[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix typo breaking the suite navigation for armhf

Holger Levsen holger at moszumanska.debian.org
Wed Aug 26 00:03:15 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 d8495dbca49f77a1f378823d3935ac6a9d745dc9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Aug 26 02:02:54 2015 +0200

    reproducible: fix typo breaking the suite navigation for armhf
---
 bin/reproducible_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 42a2108..eb42345 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -218,7 +218,7 @@ write_page_header() {
 		done
 		if [ "$TARGET" = "suite_stats" ] ; then
 			for i in $SUITES ; do
-				if [ "$SUITE" != "unstable" ] && [ "$ARCH" = "armhf" ] ; then
+				if [ "$i" != "unstable" ] && [ "$ARCH" = "armhf" ] ; then
 					# only unstable is tested on armhf atm
 					continue
 				fi

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