From: Michael Smith Date: Fri, 31 Aug 2007 00:27:48 +0000 (+0000) Subject: Append commit messages to snapshot buildbot messages. X-Git-Tag: release/1.79.1~6^2~1682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4827a801d03481fbf72ab1163766c796a54409c7;p=docbook-dsssl Append commit messages to snapshot buildbot messages. --- diff --git a/releasetools/docbook-build b/releasetools/docbook-build index c3d901661..ec331acf5 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -383,6 +383,10 @@ EOF # 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 "The log message for this revision follows." >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt + echo >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt + # append the commit message for this revision + /usr/bin/svn log -r$REVISION >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt fi # send the buildbot message