From 82cde6a35f1a772cdb6357a312dc51c8a3396646 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 24 Jul 2015 12:34:15 +0200 Subject: reproducible freebsd: try running 'make buildworld' again, to work around failure in cleanup (stage 2.1) --- bin/reproducible_freebsd.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-54-g00ecf