diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-11 15:26:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-11 15:26:02 +0100 |
commit | d914abefab533d447582cd988f3bf51d225a7049 (patch) | |
tree | 1dd2032333fa6cdc82159f1795575f225fbd68a3 | |
parent | 33746f83548f76f93222b8b4c237e950735d0e79 (diff) | |
download | jenkins.debian.net-d914abefab533d447582cd988f3bf51d225a7049.tar.xz |
reproducible: add targetted debug code
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index 563bfbc8..d5fdd340 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -3,7 +3,7 @@ # Copyright 2015 Holger Levsen <holger@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>" |