[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible freebsd: each loop should not fail
Holger Levsen
holger at moszumanska.debian.org
Sat Nov 14 11:44:25 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 ca4329bad79e15a96660787e726baf23cbec52df
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Nov 14 12:38:00 2015 +0100
reproducible freebsd: each loop should not fail
---
bin/reproducible_freebsd.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 8eb03c5..9f3b9bc 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -10,8 +10,6 @@ common_init "$@"
# common code defining db access
. /srv/jenkins/bin/reproducible_common.sh
-set -e
-
cleanup_tmpdirs() {
set +e
cd
@@ -50,6 +48,7 @@ declare -A GOOD_PERCENT
declare -A FREEBSD
declare -A FILES_HTML
for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
+ set -e
RSSH="ssh freebsd-jenkins.debian.net"
RSCP="scp -r freebsd-jenkins.debian.net"
TMPBUILDDIR=/usr/src
--
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