summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-19 16:24:36 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-19 16:24:36 +0200
commit5de50a7ef0e7608a58a79d9a22db866c8e6d024e (patch)
treeade41bba292772c54d167ff8b4dd4df04a8913ec /bin/reproducible_common.py
parent56fe0cb3d523352eeabf12729c261d17a89360b9 (diff)
downloadjenkins.debian.net-5de50a7ef0e7608a58a79d9a22db866c8e6d024e.tar.xz
reproducible Debian: correct order of suites
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index afcadc42..2c74871c 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -39,7 +39,7 @@ if os.uname()[1] == 'jenkins-test-vm':
sys.exit()
# tested suites
-SUITES = ['buster', 'unstable', 'stretch', 'experimental']
+SUITES = ['stretch', 'buster', 'unstable', 'experimental']
# tested architectures
ARCHS = ['amd64', 'i386', 'arm64', 'armhf']
# defaults