diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-21 21:26:02 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-21 21:26:02 +0000 |
commit | f90e813012e79583dcf9c591c6881afe939a9f14 (patch) | |
tree | 3e9e19cfe297c6b6830e16dd9069020855bcd310 /bin | |
parent | c9ff579d198b65ec8f9ab360114b43ad73c91669 (diff) | |
download | jenkins.debian.net-f90e813012e79583dcf9c591c6881afe939a9f14.tar.xz |
fixup d43174a98: reproducible Arch Linux: also do one build 398 days in the future
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build_archlinux_pkg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index 91c5faac..1c059113 100755 --- a/bin/reproducible_build_archlinux_pkg.sh +++ b/bin/reproducible_build_archlinux_pkg.sh @@ -333,10 +333,10 @@ else NODE1=$N2 NODE2=$N1 fi -remote_build $NODE1 +remote_build ${NODE1} # only do the 2nd build if the 1st produced results if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.pkg.tar.xz 2>/dev/null|| true)" ] ; then - remote_build $NODE2 + remote_build ${NODE2} cd $TMPDIR/b1/$SRCPACKAGE for ARTIFACT in *.pkg.tar.xz ; do [ -f $ARTIFACT ] || continue |