summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-17 15:44:06 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-18 19:30:44 +0200
commitd5519c02c9daf789bd609ff534c891986899ff43 (patch)
tree4e07713643caf20679db65d6061c54771b3a85b7 /bin/reproducible_common.sh
parent87f1380e73fe1f8a9b306ad185c799f568e7d6d4 (diff)
downloadjenkins.debian.net-d5519c02c9daf789bd609ff534c891986899ff43.tar.xz
reproducible Debian: change order of suites
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 948fac4f..b96a3ae2 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -32,7 +32,7 @@ BIN_PATH=/srv/jenkins/bin
TEMPLATE_PATH=/srv/jenkins/mustache-templates/reproducible
# Debian suites being tested
-SUITES="buster unstable stretch experimental"
+SUITES="stretch buster unstable experimental"
# Debian architectures being tested
ARCHS="amd64 i386 arm64 armhf"