From 824a3bb4068e6a224340514fba9f6203b8fa843e Mon Sep 17 00:00:00 2001 From: "sasha@mysql.sashanet.com" <> Date: Mon, 11 Jun 2001 20:26:24 -0600 Subject: send a separate commit message to internals added a test for check table --- BitKeeper/triggers/post-commit | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'BitKeeper/triggers') 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: 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 < +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+ -- cgit v1.2.1