[Qa-jenkins-scm] [jenkins.debian.net] 01/02: Revert "reproducible Debian: refactor"

Holger Levsen holger at layer-acht.org
Sat Mar 25 19:42:33 UTC 2017


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 8837023183e551b8eaf9a8c76970c409e7010c77
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Mar 25 20:40:39 2017 +0100

    Revert "reproducible Debian: refactor"
    
    This reverts commit 8bccf9f210e0ace7cda9bf4363017e446739f533.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 76d6dbd..3501430 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -246,7 +246,9 @@ handle_ftbfs() {
 	local BUILD
 	echo "${SRCPACKAGE} failed to build from source."
 	for BUILD in "1" "2"; do
-		local node="NODE$BUILD"
+		local nodevar="NODE$BUILD"
+		local node=""
+		eval node=\$$nodevar
 		if [ ! -f "$DEBIAN_BASE/logs/$SUITE/$ARCH/${SRCPACKAGE}_${EVERSION}.build${BUILD}.log.gz" ] ; then
 			continue
 		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