summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-03-25 20:40:39 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-25 20:40:53 +0100
commit8837023183e551b8eaf9a8c76970c409e7010c77 (patch)
tree369b190028cd1c18e41bf2b79602f6c43ad5eb53 /bin/reproducible_build.sh
parent5bdf181eb48c028a147060ede4754de8a1483804 (diff)
downloadjenkins.debian.net-8837023183e551b8eaf9a8c76970c409e7010c77.tar.xz
Revert "reproducible Debian: refactor"
This reverts commit 8bccf9f210e0ace7cda9bf4363017e446739f533. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
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