[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: blacklist: add i386 to the lists of archs here too

Holger Levsen holger at moszumanska.debian.org
Tue Mar 29 21:36:46 UTC 2016


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 0330133974fef6d4ab8c00ead64ee0f49127f0f0
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Mar 29 21:34:41 2016 +0000

    reproducible: blacklist: add i386 to the lists of archs here too
---
 bin/reproducible_blacklist.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh
index a75bcd1..4664151 100755
--- a/bin/reproducible_blacklist.sh
+++ b/bin/reproducible_blacklist.sh
@@ -59,7 +59,7 @@ explain_syntax() {
 set +x
 ARCH="$1"
 shift
-if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] ; then
+if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] && [ "$ARCH" != "i386" ]; then
 	explain_syntax
 	exit 1
 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