diff options
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 4 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-commit | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 1c8b711ba8e..a5eeb78ba88 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,4 +1,8 @@ jani@hynda.mysql.fi monty@donna.mysql.com mwagner@evoq.home.mwagner.org +sasha@mysql.sashanet.com +sasha@work.mysql.com +serg@hynda.mysql.fi +tim@cane.mysql.fi tim@donna.mysql.com diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index cfa362bcbbd..2a69d50d397 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -4,6 +4,8 @@ TO=dev@mysql.com FROM=$USER@mysql.com +BK_STATUS=$BK_STATUS$BK_COMMIT + if [ "$BK_STATUS" = OK ] then echo "Commit successful, notifying developers at $TO" |