summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-09 19:18:02 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-09 19:18:02 +0200
commit43eb30a5ba928853e97c5ad3629055bcb07927a4 (patch)
tree4f31d968f8b3ce35587f76ba73fbbed8a113c443 /bin/reproducible_html_repository_comparison.sh
parent361c4249da702c41968aa2f9f1867d4a5a2456ec (diff)
downloadjenkins.debian.net-43eb30a5ba928853e97c5ad3629055bcb07927a4.tar.xz
reproducible: enable debug
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index d957358a..563bfbc8 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=false
+DEBUG=true
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
@@ -213,7 +213,7 @@ for PKG in $SOURCEPKGS ; do
URL="https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=$PKG&users=reproducible-builds@lists.alioth.debian.org&archive=both"
for TAG in $USERTAGS ; do
URL="$URL&tag=$TAG"
- done
+ done
write_row " <td><a href=\"$URL\">bugs</a></td>"
write_row " <td>$CRUFT</td>"
write_row " <td>$BET $CBINARIES</td>"