[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup 9785077: reproducible: improve binary package display

Holger Levsen holger at moszumanska.debian.org
Sun Aug 2 13:29:34 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 a5cdcc3b1b6c65ae71447778e114a13595b5f491
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 2 15:28:32 2015 +0200

    fixup 9785077: reproducible: improve binary package display
---
 bin/reproducible_html_repository_comparison.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index e8eef5f..55c62f0 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -109,7 +109,7 @@ for PKG in $SOURCEPKGS ; do
 	if [ ! -z "$BET" ] ; then
 		for ARCH in $ARCHS ; do
 			i="$(grep-dctrl -n -s Package -r -FPackage $PKG --and -FVersion $BET --and -FArchitecture all --or -FArchitecture $ARCH $PACKAGES|xargs -r echo)"
-			if [ ! -z $i ] ; then
+			if [ ! -z "$i" ] ; then
 				i="$ARCH+all: $i"
 			else
 				i="<span class=\"red\">no binaries for $ARCH</span>"

-- 
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