- commit emails are now sent to commits@lists.mysql.com instead of

internals@lists.mysql.com to reduce the noise on the internals list.
This commit is contained in:
lenz@mysql.com 2005-12-06 14:07:23 +01:00
parent 669a12fdb0
commit d4a1aab217

View File

@ -2,7 +2,7 @@
#shift
FROM=$USER@mysql.com
INTERNALS=internals@lists.mysql.com
COMMITS=commits@lists.mysql.com
DOCS=docs-commit@mysql.com
LIMIT=10000
VERSION="4.0"
@ -60,14 +60,14 @@ EOF
) | head -n $LIMIT | /usr/sbin/sendmail -t
#++
# internals@ mail
# commits@ mail
#--
echo "Notifying internals list at $INTERNALS"
echo "Notifying commits list at $COMMITS"
(
cat <<EOF
List-ID: <bk.mysql-$VERSION>
From: $FROM
To: $INTERNALS
To: $COMMITS
Subject: bk commit into $VERSION tree ($CHANGESET)$BS
X-CSetKey: <$CSETKEY>
$BH