summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-14 16:23:52 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-14 16:23:52 +0100
commit2995d31fc246126e2017acfc4bed5e35c3ba4a65 (patch)
treef8c778acf96a0d25a609efa85d6d0892689c5bc1 /bin/reproducible_common.py
parentb1158c15ee3414257c35aca8094322f5a8ff0a6b (diff)
downloadjenkins.debian.net-2995d31fc246126e2017acfc4bed5e35c3ba4a65.tar.xz
reproducible: switch order of suites to testing, sid, experimental
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 e613799f..7278089a 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -25,7 +25,7 @@ DEBUG = False
QUIET = False
# tested suites
-SUITES = ['sid', 'testing', 'experimental']
+SUITES = ['testing', 'sid', 'experimental']
# tested arches
ARCHES = ['amd64']