From 4827a801d03481fbf72ab1163766c796a54409c7 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 31 Aug 2007 00:27:48 +0000 Subject: [PATCH] Append commit messages to snapshot buildbot messages. --- releasetools/docbook-build | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0