From: Michael Smith Date: Wed, 29 Aug 2007 10:02:12 +0000 (+0000) Subject: Put buildcheck output at the beginning of buildbot e-mail message. X-Git-Tag: release/1.79.1~6^2~1715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2405b1ba9fdcdf0ff77dcfd63dd467ca6f9af2b3;p=docbook-dsssl Put buildcheck output at the beginning of buildbot e-mail message. --- diff --git a/releasetools/docbook-build b/releasetools/docbook-build index c610bd90e..eb1236485 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -351,12 +351,13 @@ Subject: snapshot $REVISION EOF + # run buildcheck and copy the output to the beginning of the + # buildbot message + $DOCBOOK_SVN/buildtools/build-check $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log.tmp >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt # copy the entire log file to the buildbot message cat $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log.tmp >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt echo >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt echo "buildcheck output:" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt - # run buildcheck and copy the output to the buildbot message - $DOCBOOK_SVN/buildtools/build-check $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log.tmp >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt # send the buildbot message /usr/sbin/sendmail -f smith@sideshowbarker.net smith@sideshowbarker.net < $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt