diff options
author | lenz@mysql.com <> | 2005-12-06 14:07:23 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2005-12-06 14:07:23 +0100 |
commit | d4a1aab2177c21e7e5d3ecf8d7ed83a40b21f233 (patch) | |
tree | f2a9ff6a078e166a7d4907caf0ff75f96374b6e6 /BitKeeper | |
parent | 669a12fdb0f66af4de8d0337ac15cd79707e5a37 (diff) | |
download | mariadb-git-d4a1aab2177c21e7e5d3ecf8d7ed83a40b21f233.tar.gz |
- commit emails are now sent to commits@lists.mysql.com instead of
internals@lists.mysql.com to reduce the noise on the internals list.
Diffstat (limited to 'BitKeeper')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 4c28b408658..a2490946198 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -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 |