[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix copy+paste error

Holger Levsen holger at moszumanska.debian.org
Sun Aug 2 13:07:31 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 61d8b6a0d78d8732771def24dc0d7af9edaba7e7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 2 15:06:28 2015 +0200

    reproducible: fix copy+paste error
---
 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 eabb454..5364b22 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -106,7 +106,7 @@ for PKG in $SOURCEPKGS ; do
 	if [ ! -z "$BET" ] ; then
 		BINARIES=""
 		for ARCH in $ARCHS ; do
-			i="$ARCH: $(grep-dctrl -n -s Package -r -FPackage $PKG --and -FVersion $BET --and -FArchitecture all --or -FArchitecture $ARCH Packages|xargs -r echo)"
+			i="$ARCH: $(grep-dctrl -n -s Package -r -FPackage $PKG --and -FVersion $BET --and -FArchitecture all --or -FArchitecture $ARCH $PACKAGES|xargs -r echo)"
 			BINARIES="$BINARIES$i<br />"
 		done
 		BET="<span class=\"green\">$BET</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