diff options
author | unknown <lenz@mysql.com> | 2005-12-07 10:40:26 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-12-07 10:40:26 +0100 |
commit | 2c2cbdb7df58c59305c73fed15c07dd518d28e6a (patch) | |
tree | 4404cddba895bac03920855858767c14a5fd792d /BitKeeper | |
parent | ae9952c4b4e8b3a57fb468799cb70ec2ca1aeea9 (diff) | |
parent | 59e4781bfc464ae57370765e594561762f198c8e (diff) | |
download | mariadb-git-2c2cbdb7df58c59305c73fed15c07dd518d28e6a.tar.gz |
Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-5.0-merg
BitKeeper/triggers/post-commit:
Auto merged
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 fe263b79325..22d183eae3a 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.0" @@ -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 |