[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: try running 'make buildworld' again, to work around failure in cleanup (stage 2.1)

Holger Levsen holger at moszumanska.debian.org
Fri Jul 24 10:35:01 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 82cde6a35f1a772cdb6357a312dc51c8a3396646
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 24 12:34:15 2015 +0200

    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 8f468d4..8ddc470 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

-- 
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