[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: 'arm' is a valid arch to be build on armhf

Holger Levsen holger at moszumanska.debian.org
Fri Oct 9 10:36:48 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 f138602f9478ee2dca0835420017fd8098b602da
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 9 12:36:00 2015 +0200

    reproducible: 'arm' is a valid arch 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 c60501b..53cd61d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -511,7 +511,7 @@ check_suitability() {
 			break
 		fi
 		# special case arm…
-		if [ "$ARCH" = "armhf" ] && [ "$arch" = "any-arm" ] ; then
+		if [ "$ARCH" = "armhf" ] && ( [ "$arch" = "any-arm" ] || [ "$arch" = "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