From 43eb30a5ba928853e97c5ad3629055bcb07927a4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Oct 2015 19:18:02 +0200 Subject: reproducible: enable debug --- bin/reproducible_html_repository_comparison.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_repository_comparison.sh') 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 # 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 " bugs" write_row " $CRUFT" write_row " $BET $CBINARIES" -- cgit v1.2.3-54-g00ecf