bazaar.conf - decisions

Martin Pool martinpool at gmail.com
Tue Oct 11 02:14:49 BST 2005


On 10/10/05, Robert Collins <robertc at robertcollins.net> wrote:
> So, this week I plan to be hacking on GPG support, which will need a
> local policy for saying 'please check signatures on signed branches' or
> 'please expect branch X to always be signed' etc.
>
> So we talked about a config file a while back. heres a strawman for it:
>
> ~/.bazaar/bazaar.conf
> ====
> [DEFAULT]
> email=Robert Collins <robertc at robertcollins.net>
> editor=vim
> gpg_signing_command=gnome-gpg

It seems unfortunate that you need the DEFAULT section but Python
seems to require it.

> # default behaviour is to check things that look signed
> #
> # force off signing on my local corporate stuff
> [source/canonical/]
> # the above is a relative URL to $HOME
> # the trailing slash tells bzr it should apply this policy to everything
> # under /source/canonical
> check_signatures=never-check

I agree with Michael that the trailing slash seems cruel & unusual.

--
Martin




More information about the bazaar mailing list