diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-14 13:55:47 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-14 13:55:47 +0100 |
commit | 8bccf9f210e0ace7cda9bf4363017e446739f533 (patch) | |
tree | 96496197cb0fd8f1de2e1303e57770200739a269 /bin | |
parent | 6958a61d84f00c9cf35dea2c07fe6944632888f2 (diff) | |
download | jenkins.debian.net-8bccf9f210e0ace7cda9bf4363017e446739f533.tar.xz |
reproducible Debian: refactor
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 9228b84e..d2bea347 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 |