From 8ef9108de62313f1275125e17ee9ab14d88b3677 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 20 Nov 2015 18:32:24 +0100 Subject: reproducible freebsd: continue the loop if a build fails, dont break out. --- bin/reproducible_freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 038a7ad8..2cdc0734 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -90,7 +90,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do else cleanup_tmpdirs echo "$(date -u ) - failed to build FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) in the first run, stopping." - break + continue fi # set time forward 398 days and some -- cgit v1.2.3-70-g09d2