summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-26 15:16:52 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-26 15:16:52 +0100
commit82b0e704de7dd6b906c9e495876ae8f9d5f500fd (patch)
tree16376cae8b68bac23dece291e648bcd6979a50ae
parent45243c0848319914e0454401b62a5136412480de (diff)
downloadgitolite-admin-82b0e704de7dd6b906c9e495876ae8f9d5f500fd.tar.gz
gitolite-admin-82b0e704de7dd6b906c9e495876ae8f9d5f500fd.zip
Add creator repositories
-rw-r--r--conf/gitolite.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index b25c266..8be861d 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -1,5 +1,11 @@
@admin = ymherklotz
+repo CREATOR/[a-zA-Z0-9]+
+ C = ymherklotz
+ RW+ = CREATOR
+ RW = WRITERS
+ R = READERS
+
repo gitolite-admin
RW+ = @admin