[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: keep log of race conditions

Holger Levsen holger at moszumanska.debian.org
Thu May 14 13:01:33 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 ffff14418952048d9219be5ed6d6a2b9d84e0adc
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu May 14 15:01:14 2015 +0200

    reproducible: keep log of race conditions
---
 bin/reproducible_build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index abb4e16..c317728 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -46,6 +46,7 @@ handle_race_condition() {
 			;;
 	esac
 	printf "$msg" | tee -a $BUILDLOG
+	printf "$(date) - $msg" >> /var/log/jenkins/reproducible-race-conditions.log
 	echo "$(date) - Terminating this build quickly and nicely..." | tee -a $RBUILDLOG
 	if [ $SAVE_ARTIFACTS -eq 1 ] ; then
 		SAVE_ARTIFACTS=0

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