summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-11 15:26:02 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-11 15:26:02 +0100
commitd914abefab533d447582cd988f3bf51d225a7049 (patch)
tree1dd2032333fa6cdc82159f1795575f225fbd68a3 /bin/reproducible_html_repository_comparison.sh
parent33746f83548f76f93222b8b4c237e950735d0e79 (diff)
downloadjenkins.debian.net-d914abefab533d447582cd988f3bf51d225a7049.tar.xz
reproducible: add targetted debug code
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh4
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>"