infra/codestorage/hg-ssh

Paddy 2015-10-14 Parent:bc0c83d5015d Child:bf7b66df555f

4:1b1ca7817a10 Browse Files

Set trust settings to avoid annoying message. Update the hgrc to trust the .hgrc files of everyone in the committers group, because I got tired of seeing the "not trusting file /mounted/repos/blah-blah/.hg/hgrc from untrusted user root, group committers" message every time I pushed.

hgrc

     1.1 --- a/hgrc	Wed Oct 14 23:01:04 2015 -0700
     1.2 +++ b/hgrc	Wed Oct 14 23:17:12 2015 -0700
     1.3 @@ -1,2 +1,5 @@
     1.4  [hooks]
     1.5  changegroup.fe_publish = /usr/local/bin/helpers/broadcast-to-frontends.sh
     1.6 +
     1.7 +[trusted]
     1.8 +groups = committers