summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-18 17:43:22 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-18 17:43:22 +0200
commite75c383c8d91523b435307fe16df091c107be7eb (patch)
treec1e36686c61cb9d696a646050f8bd1a7ab8b86de /bin/reproducible_common.sh
parenta00e946ea58d7349ef006427783db1c58974a7af (diff)
downloadjenkins.debian.net-e75c383c8d91523b435307fe16df091c107be7eb.tar.xz
reproducible: fix suite stats the ugly way...
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index ad74b6ff..0019a8af 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -40,7 +40,7 @@ JENKINS_URL=${JENKINS_URL:0:-1}
# suites being tested
SUITES="testing unstable experimental"
# architectures being tested
-ARCHS="amd64 armhf"
+ARCHS="armhf amd64"
# number of cores to be used
NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)