[tbb-commits] [tor-browser-bundle/master] Send build.log and target.log too to logrecipients.
gk at torproject.org
gk at torproject.org
Fri May 30 12:33:08 UTC 2014
commit af7d8837c66f014b4337dc6b5c28ea47e7cf42d9
Author: Linus Nordberg <linus at nordberg.se>
Date: Fri May 30 14:15:39 2014 +0200
Send build.log and target.log too to logrecipients.
---
tools/continuous-builds/build-tbb.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/continuous-builds/build-tbb.sh b/tools/continuous-builds/build-tbb.sh
index 8eaf844..069f7bf 100755
--- a/tools/continuous-builds/build-tbb.sh
+++ b/tools/continuous-builds/build-tbb.sh
@@ -50,5 +50,5 @@ if [ $status = done ]; then
tar cf - $D/sha256sums* $D/*.tar.xz $D/*.zip $D/*.exe $D/*.dmg | ssh -i $PUBLISH_SSH_KEY $PUBLISH_HOST | tee -a $logfile
else
echo "$0: giving up after $n tries" | tee -a $logfile
- tail -n 50 $logfile | mail -s "Nightly build failure -- $(date +%F)" $logrecipients
+ tail -n 50 $logfile ../../gitian-builder/var/build.log ../../gitian-builder/var/target.log | mail -s "Nightly build failure -- $(date +%F)" $logrecipients
fi
More information about the tbb-commits
mailing list