diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-24 12:34:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-24 12:34:15 +0200 |
commit | 82cde6a35f1a772cdb6357a312dc51c8a3396646 (patch) | |
tree | f7bb18048d6af8ccf1d21896aa48850637679ad3 | |
parent | ed0b1aa4a0dbc48b3f3dc0480f676fed949c5fa0 (diff) | |
download | jenkins.debian.net-82cde6a35f1a772cdb6357a312dc51c8a3396646.tar.xz |
reproducible freebsd: try running 'make buildworld' again, to work around failure in cleanup (stage 2.1)
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
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 |