diff options
author | pem@mysql.com <> | 2005-12-07 15:17:18 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2005-12-07 15:17:18 +0100 |
commit | 8e0e421943579fdd87285a7eba56f24eb9e5613e (patch) | |
tree | c1aba8273aa6f909fa1ba440ef888ddb45c47bf8 /BitKeeper | |
parent | 771b8c1774e58a9ccda565bd76b417b9d714099e (diff) | |
parent | e9e782900ffbd8485c6e83f2afe01a966cb41a69 (diff) | |
download | mariadb-git-8e0e421943579fdd87285a7eba56f24eb9e5613e.tar.gz |
Merge mysql.com:/usr/home/pem/bug14834/mysql-5.0
into mysql.com:/usr/home/pem/mysql-5.1-new
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 e3f86fa995a..7506f9ad772 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="5.1" @@ -61,14 +61,14 @@ EOF ) | /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 |