summaryrefslogtreecommitdiffstats
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
parent775160431019a5a7523fb7c4c9961c49b0dd6ccb (diff)
downloadjenkins.debian.net-4a3e0a771057d4e3bf7c42c8bfcfc2508dbde278.tar.xz
reproducible debian: change arch order, put i386 2nd (see http://popcon.debian.org/stat/submission.png)
-rwxr-xr-xbin/reproducible_common.py2
-rwxr-xr-xbin/reproducible_common.sh2
2 files changed, 2 insertions, 2 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'
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index c76d3f42..244ec1b9 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -44,7 +44,7 @@ DBDSUITE="unstable"
# Debian suites being tested
SUITES="testing unstable experimental"
# Debian architectures being tested
-ARCHS="amd64 armhf i386"
+ARCHS="amd64 i386 armhf"
# define Debian build nodes in use
. /srv/jenkins/bin/jenkins_node_definitions.sh