summaryrefslogtreecommitdiffstats
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
parent19a853a6095a06c1863090da87b59177e2c9f0c8 (diff)
downloadjenkins.debian.net-bb30426f4251ebea6cf661dd8d550554647923d9.tar.xz
reproducible: avoid one FIXME
-rwxr-xr-xbin/reproducible_common.sh2
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh2
2 files changed, 2 insertions, 2 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)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 3b8571cc..e5a37728 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -9,7 +9,7 @@ common_init "$@"
# common code defining db access
. /srv/jenkins/bin/reproducible_common.sh
-# FIXME:temporarily overwrite default:
+# temporarily overwrite defaults...
ARCHS="amd64 armhf"
VIEW=repositories