[Qa-jenkins-scm] [jenkins.debian.net] 01/01: dont be stupid just because the code is stupid
Holger Levsen
holger at layer-acht.org
Fri Dec 23 19:44:23 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 1e77a62c29076614b39e943dfd988eb2dc698cdf
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 23 20:44:19 2016 +0100
dont be stupid just because the code is stupid
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
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 fd13cfd..d59d201 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" ] || [ "$ARCH" != "arm64" ] ; 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