summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2022-12-26 15:04:17 -0600
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2022-12-26 15:04:17 -0600
commite4747117bb886b682a58bb83921381fd1c48d071 (patch)
tree81414914152e4562bd053f58ceca16148e80b4ff
parent2c5589ee6b1881808618a9ddcd66dbb80e825b0a (diff)
Add: @cicadas group and dnd repository
-rw-r--r--conf/gitolite.conf20
1 files changed, 13 insertions, 7 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index 93d9694..335ff5d 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -1,7 +1,6 @@
@admin = colin grant
@oneliners = colin grant
-@granolin = colin grant
-@coorgi = colin grant
+@cicadas = colin grant
repo gitolite-admin
RW+ = @admin
@@ -19,14 +18,21 @@ repo grant/[a-z]..*
R = READERS
repo coorgi/[a-z]..*
- C = @coorgi
- RW+ = @coorgi
+ C = @cicadas
+ RW+ = @cicadas
RW = WRITERS
R = READERS
+repo dnd
+ C = @cicadas
+ RW+ = @cicadas
+ RW = WRITERS
+ R = READERS
+
+
repo granolin/[a-z]..*
- C = @oneliners
- RW+ = @oneliners
+ C = @cicadas
+ RW+ = @cicadas
RW = WRITERS
R = READERS
@@ -41,4 +47,4 @@ repo admin/[a-z]..*
RW+ = CREATOR
RW = WRITERS
R = READERS
- \ No newline at end of file
+ \ No newline at end of file