From 1fb1dad0791cbb7351f7fea03b37bd164ad0dde4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 25 May 2015 13:54:36 +0200 Subject: reproducible: no debugging for that loop, too noisy --- bin/reproducible_html_graphs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index da1e2290..8a5953ae 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'" -- cgit v1.2.3-70-g09d2