diff options
author | df@pippilotta.erinye.com <> | 2007-06-13 19:24:46 +0200 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-06-13 19:24:46 +0200 |
commit | f58ca7e0570ab1a55434be16d0e80e03686adfca (patch) | |
tree | c97a1cd6981c68a12e521faa95008a5cd15e38cb /BitKeeper | |
parent | 6db1887a5c53a423bc9f92544e0a5b3cfcb29fb9 (diff) | |
parent | 35413f161a6045ee0bbded1e8b9bf35a72904a0a (diff) | |
download | mariadb-git-f58ca7e0570ab1a55434be16d0e80e03686adfca.tar.gz |
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-4.1-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
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 cf77facea47..d8fabe59bba 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -70,18 +70,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 |