diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-06-12 11:51:48 -0400 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-06-12 11:51:48 -0400 |
commit | e6138adbbd9002851502d0252fd0f28c62e8e16c (patch) | |
tree | c98c8c003b3b2fdbf258b99f6c289783f6e98a30 /BitKeeper | |
parent | 32dbf1432db4806804fdc89bee6ba377958ffaa1 (diff) | |
parent | 043c49aade6113bd01f564880854b0071a88d953 (diff) | |
download | mariadb-git-e6138adbbd9002851502d0252fd0f28c62e8e16c.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/home/tim/my/3
BitKeeper/etc/logging_ok:
auto-union
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 3 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-commit | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index a7bc5cf0b0f..613acd05cec 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,8 +1,11 @@ heikki@donna.mysql.fi jani@janikt.pp.saunalahti.fi monty@hundin.mysql.fi +monty@tik.mysql.fi +monty@work.mysql.com mwagner@evoq.mwagner.org paul@central.snake.net +paul@teton.kitebird.com sasha@mysql.sashanet.com serg@serg.mysql.com tim@threads.polyesthetic.msg diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index b84dc543e0a..619b6f88cea 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -3,6 +3,7 @@ #shift TO=dev-public@mysql.com FROM=$USER@mysql.com +INTERNALS=internals@lists.mysql.com LIMIT=10000 if [ "$REAL_EMAIL" = "" ] @@ -22,7 +23,23 @@ then List-ID: <bk.mysql> From: $FROM To: $TO -Subject: bk commit +Subject: bk commit into 3.23 tree + +EOF + bk changes -v -r+ + bk cset -r+ -d + ) | head -n $LIMIT | /usr/sbin/sendmail -t + echo "Notifying internals list at $INTERNALS" + ( + cat <<EOF +List-ID: <bk.mysql> +From: $FROM +To: $INTERNALS +Subject: bk commit into 3.23 tree + +Below is the list of changes that have just been pushed into main +3.23. repository. For information on how to access the repository +see http://www.mysql.com/doc/I/n/Installing_source_tree.html EOF bk changes -v -r+ |