diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-14 16:23:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-14 16:23:52 +0100 |
commit | 2995d31fc246126e2017acfc4bed5e35c3ba4a65 (patch) | |
tree | f8c778acf96a0d25a609efa85d6d0892689c5bc1 /bin | |
parent | b1158c15ee3414257c35aca8094322f5a8ff0a6b (diff) | |
download | jenkins.debian.net-2995d31fc246126e2017acfc4bed5e35c3ba4a65.tar.xz |
reproducible: switch order of suites to testing, sid, experimental
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
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'] |