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

Holger Levsen holger at layer-acht.org
Tue Mar 14 12:55:58 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 8bccf9f210e0ace7cda9bf4363017e446739f533
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 14 13:55:47 2017 +0100

    reproducible Debian: refactor
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 9228b84..d2bea34 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -246,9 +246,7 @@ handle_ftbfs() {
 	local BUILD
 	echo "${SRCPACKAGE} failed to build from source."
 	for BUILD in "1" "2"; do
-		local nodevar="NODE$BUILD"
-		local node=""
-		eval node=\$$nodevar
+		local node="NODE$BUILD"
 		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