summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>"