From: Michael Smith Date: Fri, 31 Aug 2007 00:27:48 +0000 (+0000) Subject: Append commit messages to snapshot buildbot messages. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71ce83e592c1fa17296498450850a744c4e57b26;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