[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: avoid one FIXME

Holger Levsen holger at moszumanska.debian.org
Sat Aug 8 14:49:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit bb30426f4251ebea6cf661dd8d550554647923d9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Aug 8 16:47:57 2015 +0200

    reproducible: avoid one FIXME
---
 bin/reproducible_common.sh                     | 2 +-
 bin/reproducible_html_repository_comparison.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 15a8c37..3788d3c 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 3b8571c..e5a3772 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list