[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: architecture 'arm' is not to be build on armhf
Holger Levsen
holger at moszumanska.debian.org
Sun Oct 11 10:02:47 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 aeebb21719a4999cbdc658c51b3627e757a9c968
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Oct 11 12:02:03 2015 +0200
reproducible: architecture 'arm' is not to be build on armhf
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 1c50493..5ddd840 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -523,7 +523,7 @@ check_suitability() {
break
fi
# special case arm…
- if [ "$ARCH" = "armhf" ] && ( [ "$arch" = "any-arm" ] || [ "$arch" = "arm" ] ) ; then
+ if [ "$ARCH" = "armhf" ] && [ "$arch" = "any-arm" ] ; then
SUITABLE=true
break
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