summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/gitolite.conf10
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).
#