[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: no debugging for that loop, too noisy
Holger Levsen
holger at moszumanska.debian.org
Mon May 25 11:55:35 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 1fb1dad0791cbb7351f7fea03b37bd164ad0dde4
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 25 13:54:36 2015 +0200
reproducible: no debugging for that loop, too noisy
---
bin/reproducible_html_graphs.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index da1e229..8a5953a 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -185,6 +185,7 @@ gather_meta_stats() {
# gather data about all packages we know about
# as a result, unknown packages in the package set
# are silently ignored
+ set +x
for PKG in $META_LIST ; do
if [ -z "$META_WHERE" ] ; then
META_WHERE="s.name in ('$PKG'"
@@ -192,6 +193,7 @@ gather_meta_stats() {
META_WHERE="$META_WHERE, '$PKG'"
fi
done
+ if "$DEBUG" ; then set -x ; fi
META_WHERE="$META_WHERE)"
else
META_WHERE="name = 'meta-name-does-not-exist'"
--
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