summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-08 16:47:57 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-08 16:47:57 +0200
commitbb30426f4251ebea6cf661dd8d550554647923d9 (patch)
treec41e1bf2b245b0d1cfb92009f6314cc7ba0bc0ea /bin/reproducible_common.sh
parent19a853a6095a06c1863090da87b59177e2c9f0c8 (diff)
downloadjenkins.debian.net-bb30426f4251ebea6cf661dd8d550554647923d9.tar.xz
reproducible: avoid one FIXME
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 15a8c37a..3788d3c6 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"
+ARCHS="amd64" # (this variable is unused atm)
# number of cores to be used
NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)