summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-18 20:04:23 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-18 20:04:23 +0200
commit4a3e0a771057d4e3bf7c42c8bfcfc2508dbde278 (patch)
tree30ac7fcf5c57b4db3ef3fb3f5539036e57e51aa6 /bin/reproducible_common.py
parent775160431019a5a7523fb7c4c9961c49b0dd6ccb (diff)
downloadjenkins.debian.net-4a3e0a771057d4e3bf7c42c8bfcfc2508dbde278.tar.xz
reproducible debian: change arch order, put i386 2nd (see http://popcon.debian.org/stat/submission.png)
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 4fe46c73..a6d380d6 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -36,7 +36,7 @@ if os.uname()[1] == 'jenkins-test-vm':
# tested suites
SUITES = ['testing', 'unstable', 'experimental']
# tested architectures
-ARCHS = ['amd64', 'armhf', 'i386']
+ARCHS = ['amd64', 'i386', 'armhf']
# defaults
defaultsuite = 'unstable'
defaultarch = 'amd64'