[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: enable debug
Holger Levsen
holger at moszumanska.debian.org
Fri Oct 9 17:18:42 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 43eb30a5ba928853e97c5ad3629055bcb07927a4
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Oct 9 19:18:02 2015 +0200
reproducible: enable debug
---
bin/reproducible_html_repository_comparison.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index d957358..563bfbc 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=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>"
--
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