diff options
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 5 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-commit | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index b6a17f4bda9..f517c9a46cc 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,3 +1,6 @@ -jani@janikt.pp.saunalahti.fi +mwagner@evoq.mwagner.org +sasha@mysql.sashanet.com +heikki@donna.mysql.fi +miguel@linux.local monty@tik.mysql.fi monty@donna.mysql.fi diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index fe561c79fae..b84dc543e0a 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -1,7 +1,7 @@ #!/bin/sh #shift -TO=dev@mysql.com +TO=dev-public@mysql.com FROM=$USER@mysql.com LIMIT=10000 |