From 4b4752fe8fef6ef73daa0a2c382c51a7e7244e46 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 29 Aug 2007 12:08:08 +0000 Subject: [PATCH] Use buildbot@ for sender address. --- releasetools/docbook-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1