summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-06-06 19:55:58 -0700
committerGlenn Morris <rgm@gnu.org>2013-06-06 19:55:58 -0700
commite18039127e0d03bc942c0916e0de9f53e58ce56a (patch)
treeb544d11ff4c9734007456913e428c226ec2079c9
parent63c2a956c999d57cc59cb1f5432788551b91c1ae (diff)
downloademacs-e18039127e0d03bc942c0916e0de9f53e58ce56a.tar.gz
* admin/notes/bzr (Commit emails): More details.
-rw-r--r--admin/notes/bzr15
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/notes/bzr b/admin/notes/bzr
index 1b714a6fe93..2c7deb4f126 100644
--- a/admin/notes/bzr
+++ b/admin/notes/bzr
@@ -346,3 +346,18 @@ http://lists.gnu.org/archive/html/savannah-hackers-public/2013-06/msg00007.html
Runs on commit. Projects can enable it themselves by using `bzr
config' to set post_commit_to option for a branch. See `bzr help email'
(if you have the plugin installed) for other options.
+
+Note: if you have the bzr-email plugin installed locally, then when
+you commit to the Emacs repository it will also try to send a commit
+email from your local machine. If your machine is not configured to
+send external mail, this will just fail. In any case, you may prefer
+to either remove the plugin from your machine, or disable it for Emacs
+branches. You can do this either by editing branch.conf in your Emacs
+branches, to override the server setting (untested; not sure this
+works), or by adding an entry to ~/.bazaar/locations.conf:
+
+ [/path/to/emacs/bzr/*]
+ post_commit_to = False
+
+You have to use locations.conf rather than bazaar.conf because the
+latter has a lower priority than branch.conf.