summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-14 12:38:00 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-14 12:38:00 +0100
commitca4329bad79e15a96660787e726baf23cbec52df (patch)
tree8e601d10207f0b17a7fac2791c7ae05ce16f4a22 /bin/reproducible_freebsd.sh
parent1371472a26bc9bd82a845c43c427062c04bb2d34 (diff)
downloadjenkins.debian.net-ca4329bad79e15a96660787e726baf23cbec52df.tar.xz
reproducible freebsd: each loop should not fail
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 8eb03c51..9f3b9bc8 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