[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: support arm64

Holger Levsen holger at layer-acht.org
Fri Dec 23 19:43:25 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 e0d80d0287977a9a992fb2c47ca0ed21ec727aab
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 23 20:43:20 2016 +0100

    reproducible Debian: support arm64
---
 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 5e94e96..fd13cfd 100755
--- a/bin/reproducible_blacklist.sh
+++ b/bin/reproducible_blacklist.sh
@@ -64,7 +64,7 @@ explain_syntax() {
 set +x
 ARCH="$1"
 shift
-if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] && [ "$ARCH" != "i386" ]; then
+if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] && [ "$ARCH" != "i386" ] || [ "$ARCH" != "arm64" ] ; 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