[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible freebsd: continue the loop if a build fails, dont break out.
Holger Levsen
holger at moszumanska.debian.org
Sat Nov 21 11:47:29 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 8ef9108de62313f1275125e17ee9ab14d88b3677
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Nov 20 18:32:24 2015 +0100
reproducible freebsd: continue the loop if a build fails, dont break out.
---
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 038a7ad..2cdc073 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
--
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