diff options
author | unknown <df@pippilotta.erinye.com> | 2007-06-13 19:23:13 +0200 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-06-13 19:23:13 +0200 |
commit | 4f60c51169c1a8e6ff61ccccc5073e82cf1b0d8b (patch) | |
tree | ffbd8bce639b81bcdedaf0e6d6203d353072b85e /BitKeeper | |
parent | ad7d745601ef9ed2e61af2435e495841fdeb028f (diff) | |
download | mariadb-git-4f60c51169c1a8e6ff61ccccc5073e82cf1b0d8b.tar.gz |
fix.
BitKeeper/triggers/post-commit:
send to correct address.
Diffstat (limited to 'BitKeeper')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 245d644e06a..5a7d6576d4e 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -79,18 +79,20 @@ fi # commits@ or dev-private@ mail #-- -TO="commits" +LIST="commits" +TO="commits@lists.mysql.com" if [ -f .tree-is-private ] then - TO="dev-private" + LIST="dev-private" + TO="dev-private@mysql.com" fi - echo "Notifying $TO list at $TO" + echo "Notifying $LIST list at $TO" ( cat <<EOF List-ID: <bk.mysql-$VERSION> From: $FROM -To: $TO@mysql.com +To: $TO Subject: bk commit into $VERSION tree ($CHANGESET)$BS X-CSetKey: <$CSETKEY> $BH |