[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: no debugging for that function, 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 5363907f5cc13b10a8a7221e0958cda617302b86
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 25 13:55:27 2015 +0200

    reproducible: no debugging for that function, too noisy
---
 bin/reproducible_common.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index d3493f2..3d5318c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -256,6 +256,7 @@ publish_page() {
 }
 
 link_packages() {
+	set +x
         local i
 	for (( i=1; i<$#+1; i=i+400 )) ; do
 		local string='['
@@ -275,6 +276,7 @@ link_packages() {
 		cd - > /dev/null
 		write_page "$DATA"
 	done
+	if "$DEBUG" ; then set -x ; fi
 }
 
 gen_packages_html() {

-- 
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