summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-24 12:34:15 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-24 12:34:15 +0200
commit82cde6a35f1a772cdb6357a312dc51c8a3396646 (patch)
treef7bb18048d6af8ccf1d21896aa48850637679ad3 /bin/reproducible_freebsd.sh
parented0b1aa4a0dbc48b3f3dc0480f676fed949c5fa0 (diff)
downloadjenkins.debian.net-82cde6a35f1a772cdb6357a312dc51c8a3396646.tar.xz
reproducible freebsd: try running 'make buildworld' again, to work around failure in cleanup (stage 2.1)
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 8f468d4b..8ddc4705 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -60,6 +60,8 @@ echo "$(date -u) - Building freebsd ${FREEBSD_VERSION} - first build run."
echo "============================================================================="
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
# actually build everything
+$RSSH "cd $TMPBUILDDIR/freebsd ; TZ=$TZ make buildworld" || true
+# try again, to work around failure in cleanup (stage 2.1)
$RSSH "cd $TMPBUILDDIR/freebsd ; TZ=$TZ make buildworld"
# save results in b1
save_freebsd_results b1