From 9edf4e9c02dbe8d62985d12fbac756951be2e9ff Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 8 Oct 2021 14:37:18 -0400 Subject: Add "wiki" repository --- conf/gitolite.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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). # -- cgit v1.2.3