summaryrefslogtreecommitdiff
path: root/BitKeeper
diff options
context:
space:
mode:
authorunknown <tim@threads.polyesthetic.msg>2001-06-12 11:51:48 -0400
committerunknown <tim@threads.polyesthetic.msg>2001-06-12 11:51:48 -0400
commite6138adbbd9002851502d0252fd0f28c62e8e16c (patch)
treec98c8c003b3b2fdbf258b99f6c289783f6e98a30 /BitKeeper
parent32dbf1432db4806804fdc89bee6ba377958ffaa1 (diff)
parent043c49aade6113bd01f564880854b0071a88d953 (diff)
downloadmariadb-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_ok3
-rwxr-xr-xBitKeeper/triggers/post-commit19
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+