[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: we need to break out of the loop here

Holger Levsen holger at moszumanska.debian.org
Sat Nov 14 11:34:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 1371472a26bc9bd82a845c43c427062c04bb2d34
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Nov 14 12:32:09 2015 +0100

    reproducible freebsd: we need to break out of the loop here
---
 bin/reproducible_freebsd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index e1a039e..8eb03c5 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list