From: Michael Smith Date: Wed, 29 Aug 2007 12:08:08 +0000 (+0000) Subject: Use buildbot@ for sender address. X-Git-Tag: release/1.79.1~6^2~1706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b4752fe8fef6ef73daa0a2c382c51a7e7244e46;p=docbook-dsssl Use buildbot@ for sender address. --- diff --git a/releasetools/docbook-build b/releasetools/docbook-build index af4cdc991..d5ed81c03 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -345,7 +345,7 @@ EOF # set up the e-mail From and To headers for buildbot message cat <<- EOF > $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt -From: snapshot buildbot +From: DocBook buildbot To: Michael(tm) Smith EOF @@ -385,7 +385,7 @@ EOF fi # send the buildbot message - /usr/sbin/sendmail -f smith@sideshowbarker.net smith@sideshowbarker.net < $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt + /usr/sbin/sendmail -f buildbot@sideshowbarker.net smith@sideshowbarker.net < $TMP/docbook-$DISTRO-$RELEASEVERSION-message.txt rm -f $LOGDIR/docbook-$DISTRO-$RELEASEVERSION.log rm -f $TMP/docbook-$DISTRO-$RELEASEVERSION.lock