summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-10-16 21:03:43 -0500
committershoshin <shoshin@cicadas.surf>2022-10-16 21:03:43 -0500
commit1fcff7dae2fd28b967705412ef4396b4fa26a37b (patch)
tree59d9c0715757e0fe9fb75c5c677f91de1cba7d30
parentc11c7335c02f25419cd5698b66aecbd81ee332b5 (diff)
Add: granolin repos
-rw-r--r--conf/gitolite.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index 7c2a50d..1154303 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -1,5 +1,6 @@
@admin = colin grant
@oneliners = colin grant
+@granolin = colin grant
repo gitolite-admin
RW+ = @admin
@@ -16,6 +17,12 @@ repo grant/[a-z]..*
RW = WRITERS
R = READERS
+repo granolin/[a-z]..*
+ C = @oneliners
+ RW+ = @oneliners
+ RW = WRITERS
+ R = READERS
+
repo oneliners/[a-z]..*
C = @oneliners
RW+ = @oneliners