diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-19 16:24:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-19 16:24:36 +0200 |
commit | 5de50a7ef0e7608a58a79d9a22db866c8e6d024e (patch) | |
tree | ade41bba292772c54d167ff8b4dd4df04a8913ec | |
parent | 56fe0cb3d523352eeabf12729c261d17a89360b9 (diff) | |
download | jenkins.debian.net-5de50a7ef0e7608a58a79d9a22db866c8e6d024e.tar.xz |
reproducible Debian: correct order of suites
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 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 |