summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-14 12:32:09 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-14 12:32:09 +0100
commit1371472a26bc9bd82a845c43c427062c04bb2d34 (patch)
treef2c9cb348b065842d1eb866591d67dae976746d0 /bin/reproducible_freebsd.sh
parenta2a1f1ace7ba3197921574e4ca63156be9aedab2 (diff)
downloadjenkins.debian.net-1371472a26bc9bd82a845c43c427062c04bb2d34.tar.xz
reproducible freebsd: we need to break out of the loop here
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index e1a039e7..8eb03c51 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -88,7 +88,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
$RSSH "cd $TMPBUILDDIR ; TZ=$TZ LANG=$LANG DESTDIR=$TMPDIR sudo make -j $NUM_CPU installkernel" && \
$RSSH "cd $TMPBUILDDIR ; TZ=$TZ LANG=$LANG DESTDIR=$TMPDIR sudo make -j $NUM_CPU distribution" && \
save_freebsd_results b1 || \
- ( cleanup_tmpdirs ; echo "$(date -u ) - failed to build FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) in the first run, stopping" ; continue )
+ ( cleanup_tmpdirs ; echo "$(date -u ) - failed to build FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) in the first run, stopping" ; break )
set -e
# set time forward 398 days