From f9f95e168a5d18b341b77efa66f3cebdb830bc17 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Apr 2006 10:30:18 +0200 Subject: [PATCH] post-commit: Removed commit messages to public lists (for now) BitKeeper/triggers/post-commit: Removed commit messages to public lists (for now) --- BitKeeper/triggers/post-commit | 45 ---------------------------------- 1 file changed, 45 deletions(-) diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index ce5e03b0ac9..782a4c4dca8 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -66,51 +66,6 @@ EOF bk cset -r+ -d ) | $SENDMAIL -t -#++ -# commits@ mail -#-- - echo "Notifying commits list at $COMMITS" - ( - cat < -From: $FROM -To: $COMMITS -Subject: bk commit into $VERSION tree ($CHANGESET)$BS -X-CSetKey: <$CSETKEY> -$BH -Below is the list of changes that have just been committed into a local -$VERSION repository of $USER. When $USER does a push these changes will -be propagated to the main repository and, within 24 hours after the -push, to the public repository. -For information on how to access the public repository -see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html - -EOF - bk changes -v -r+ - bk cset -r+ -d - ) | head -n $LIMIT | $SENDMAIL -t - -#++ -# docs-commit@ mail -# Picks up anything under the Docs subdirectory (relevant for docs team). -#-- - bk changes -v -r+ | grep -q " Docs/" - if [ $? -eq 0 ] - then - echo "Notifying docs list at $DOCS" - ( - cat < -From: $FROM -To: $DOCS -Subject: bk commit - $VERSION tree (Manual) ($CHANGESET)$BS - -EOF - bk changes -v -r+ - bk cset -r+ -d - ) | $SENDMAIL -t - fi - else echo "commit failed because '$BK_STATUS', you may need to re-clone..." fi