[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: revert c1157ef4d trying to fix the false not-for-us packages

Holger Levsen holger at moszumanska.debian.org
Sun May 17 15:46:29 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 cdbb4ce1b9fbaa9e5058fffbd0ba23a7ecf27704
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun May 17 17:46:20 2015 +0200

    reproducible: revert c1157ef4d trying to fix the false not-for-us packages
---
 bin/reproducible_build.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 32f17a3..a4ccfd3 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -355,14 +355,11 @@ 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" = "amd64" ] || [ "$arch" = "linux-any" ] || [ "$arch" = "linux-amd64" ] || [ "$arch" = "any-amd64" ] ; then
+		if [ "$arch" = "any" ] || [ "$arch" = "amd64" ] || [ "$arch" = "linux-any" ] || [ "$arch" = "linux-amd64" ] || [ "$arch" = "any-amd64" ] || [ "${ARCHITECTURES}" = "all" ] ; then
 			SUITABLE=true
 			break
 		fi
 	done
-	if [ "${ARCHITECTURES}" = "all" ] ; then
-		SUITABLE=true
-	fi
 	if ! $SUITABLE ; then handle_not_for_us $ARCHITECTURES ; 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