diff options
author | df@pippilotta.erinye.com <> | 2007-06-13 19:29:13 +0200 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-06-13 19:29:13 +0200 |
commit | 02f5ba107655cf456f90411e0a00e71030c44ad9 (patch) | |
tree | 077a3160b5d9e1817f219b61156efa3c669622bc /BitKeeper | |
parent | c8ea368b803b829396e1209d4125a73180b9b021 (diff) | |
parent | f58ca7e0570ab1a55434be16d0e80e03686adfca (diff) | |
download | mariadb-git-02f5ba107655cf456f90411e0a00e71030c44ad9.tar.gz |
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-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 dfb998b86a8..8287405b1ba 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 |