[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add targetted debug code

Holger Levsen holger at moszumanska.debian.org
Wed Nov 11 14:26:09 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 d914abefab533d447582cd988f3bf51d225a7049
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 11 15:26:02 2015 +0100

    reproducible: add targetted debug code
---
 bin/reproducible_html_repository_comparison.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 563bfbc..d5fdd34 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -3,7 +3,7 @@
 # Copyright 2015 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv=2
 
-DEBUG=true
+DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
 
@@ -221,6 +221,8 @@ for PKG in $SOURCEPKGS ; do
 	write_row " <td>$CSID</td>"
 	write_row " <td>$CEXP</td>"
 	write_row "</tr>"
+	echo "TABLE_TODO: $(ls -la $TABLE_TODO)"
+	echo "TABLE_DONE: $(ls -la $TABLE_DONE)"
 done
 cat $TABLE_TODO >> $PAGE
 write_page "</table></p>"

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