From: Michael Smith Date: Wed, 29 Aug 2007 14:20:08 +0000 (+0000) Subject: Include the distro name in buildbot messages. X-Git-Tag: release/1.79.1~6^2~1701 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80458aee2f7c42d88ce5f5905cfadd7246cd1495;p=docbook-dsssl Include the distro name in buildbot messages. --- diff --git a/releasetools/docbook-build b/releasetools/docbook-build index 109213a97..03cfeabb0 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -354,9 +354,9 @@ EOF then # build-check completed successfully, so prepare the # buildbot message accordingly - echo "Subject: snapshot $REVISION now available" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt + echo "Subject: $DISTRO snapshot $REVISION now available" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt echo >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt - echo "snapshot $REVISION appears to have been built successfully" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt + echo "$DISTRO snapshot $REVISION appears to have been built successfully" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt echo >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt echo "For details about the code changes in this snapshot, see:" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt echo "http://docbook.svn.sourceforge.net/viewvc/docbook?view=rev&revision=$REVISION" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt @@ -366,9 +366,9 @@ EOF else # build-check did not complete successfully, so prepare # the buildbot message accordingly - echo "Subject: snapshot build is broken at r$REVISION" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt + echo "Subject: $DISTRO snapshot build is broken at r$REVISION" >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt echo >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt - echo "The snapshot build appears to be broken at r$REVISION or before." >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt + echo "The $DISTRO snapshot build appears to be broken at r$REVISION or before." >> $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt # run buildcheck again 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