diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-25 20:40:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-25 20:40:53 +0100 |
commit | 8837023183e551b8eaf9a8c76970c409e7010c77 (patch) | |
tree | 369b190028cd1c18e41bf2b79602f6c43ad5eb53 | |
parent | 5bdf181eb48c028a147060ede4754de8a1483804 (diff) | |
download | jenkins.debian.net-8837023183e551b8eaf9a8c76970c409e7010c77.tar.xz |
Revert "reproducible Debian: refactor"
This reverts commit 8bccf9f210e0ace7cda9bf4363017e446739f533.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 76d6dbdc..35014302 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 |