[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup typo, preventing any-$ARCH packages to be build
Holger Levsen
holger at moszumanska.debian.org
Sun Sep 13 14:24:05 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 dfc21ffbc4923d5f629a5e185a90503a01402446
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Sep 13 16:23:28 2015 +0200
reproducible: fixup typo, preventing any-$ARCH packages to be build
---
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 46ae8a7..d89b8f2 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -450,7 +450,7 @@ check_suitability() {
local SUITABLE=false
local ARCHITECTURES=$(grep "^Architecture: " ${SRCPACKAGE}_*.dsc| cut -d " " -f2- | sed -s "s# #\n#g" | sort -u)
for arch in ${ARCHITECTURES} ; do
- if [ "$arch" = "any" ] || [ "$arch" = "$ARCH" ] || [ "$arch" = "linux-any" ] || [ "$arch" = "linux-$ARCH" ] || [ "$arch" = "any-ARCH" ] || [ "$arch" = "all" ] ; then
+ if [ "$arch" = "any" ] || [ "$arch" = "$ARCH" ] || [ "$arch" = "linux-any" ] || [ "$arch" = "linux-$ARCH" ] || [ "$arch" = "any-$ARCH" ] || [ "$arch" = "all" ] ; 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