diff options
author | Rob Austein <sra@hactrn.net> | 2021-10-08 14:37:18 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-10-08 14:37:26 -0400 |
commit | 9edf4e9c02dbe8d62985d12fbac756951be2e9ff (patch) | |
tree | 495317f5ee04eb9d7c45d23ad5cc4c04a0a1cb4c /conf/gitolite.conf | |
parent | 02ff23dd510e7a9f40223652477e70af3446e7b8 (diff) |
Diffstat (limited to 'conf/gitolite.conf')
-rw-r--r-- | conf/gitolite.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 94f7972..83e1448 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -9,7 +9,7 @@ # GPG signature hook. Don't mess with this. repo @all - - VREF/gpg-check = @all + - VREF/gpg-check = @all # Gitolite control repository. Write restricted to sysadmins, since # the VREF above is a form of access control we don't want bypassed, @@ -19,6 +19,14 @@ repo gitolite-admin RW+ = @admins R = @all +# Wiki (Markdown + Pelican + m.css) repository. Same permissions as +# general repositories but needs special config for the pelican +# compile-on-push hook. + +repo wiki + RW+ = @all + - VREF/pelican-build = @all + # Everything but the gitolite-admin repository is currently set up for # "wild repositories" (http://sitaramc.github.com/gitolite/wild.html). # |