From ffff14418952048d9219be5ed6d6a2b9d84e0adc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 14 May 2015 15:01:14 +0200 Subject: reproducible: keep log of race conditions --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index abb4e162..c3177284 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 -- cgit v1.2.3-54-g00ecf