diff options
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/config | 1 | ||||
-rw-r--r-- | BitKeeper/etc/logging_ok | 6 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-commit | 14 |
3 files changed, 14 insertions, 7 deletions
diff --git a/BitKeeper/etc/config b/BitKeeper/etc/config index 9df006ac7d5..ea30f368b52 100644 --- a/BitKeeper/etc/config +++ b/BitKeeper/etc/config @@ -69,4 +69,5 @@ pager: hours: [serg:]checkout:get [arjen:]checkout:get +[nick:]checkout:get checkout:edit diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index f4174cc2fbf..c424926a248 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -4,6 +4,7 @@ Administrator@co3064164-a.rochd1.qld.optushome.com.au Administrator@fred. Miguel@light.local Sinisa@sinisa.nasamreza.org +WAX@sergbook.mysql.com ahlentz@co3064164-a.rochd1.qld.optusnet.com.au akishkin@work.mysql.com arjen@co3064164-a.bitbike.com @@ -11,6 +12,7 @@ arjen@fred.bitbike.com arjen@george.bitbike.com bar@bar.mysql.r18.ru bar@bar.udmsearch.izhnet.ru +bar@gw.udmsearch.izhnet.ru bell@sanja.is.com.ua bk@admin.bk davida@isil.mysql.com @@ -61,6 +63,8 @@ paul@teton.kitebird.com pem@mysql.com peter@linux.local peter@mysql.com +ram@gw.udmsearch.izhnet.ru +ram@mysql.r18.ru ram@ram.(none) root@x3.internalnet salle@geopard.(none) @@ -84,9 +88,11 @@ tonu@hundin.mysql.fi tonu@volk.internalnet tonu@x153.internalnet tonu@x3.internalnet +venu@myvenu.com venu@work.mysql.com vva@genie.(none) walrus@mysql.com +wax@mysql.com worm@altair.is.lan zak@balfor.local zak@linux.local diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 636e4262693..a2a0ecb2701 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -27,10 +27,10 @@ CHANGESET=`bk -R prs -r+ -h -d':I:' ChangeSet` echo "Commit successful, notifying developers at $TO" ( cat <<EOF -List-ID: <bk.mysql-4.0> +List-ID: <bk.mysql-4.1> From: $FROM To: $TO -Subject: bk commit - 4.0 tree ($CHANGESET) +Subject: bk commit - 4.1 tree ($CHANGESET) EOF bk changes -v -r+ @@ -43,13 +43,13 @@ EOF echo "Notifying internals list at $INTERNALS" ( cat <<EOF -List-ID: <bk.mysql-4.0> +List-ID: <bk.mysql-4.1> From: $FROM To: $INTERNALS -Subject: bk commit into 4.0 tree ($CHANGESET) +Subject: bk commit into 4.1 tree ($CHANGESET) Below is the list of changes that have just been committed into a local -4.0 repository of $USER. When $USER does a push these changes will +4.1 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 @@ -70,10 +70,10 @@ EOF echo "Notifying docs list at $DOCS" ( cat <<EOF -List-ID: <bk.mysql-4.0> +List-ID: <bk.mysql-4.1> From: $FROM To: $DOCS -Subject: bk commit - 4.0 tree (Manual) ($CHANGESET) +Subject: bk commit - 4.1 tree (Manual) ($CHANGESET) EOF bk changes -v -r+ |