summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColeman McFarland <coleman@de.limited>2024-04-14 14:41:20 -0400
committerColeman McFarland <coleman@de.limited>2024-04-14 14:41:20 -0400
commit375fee667ce6898914e0a4779fdb89498c64f522 (patch)
tree7ca06c43b68119e37d813c417f1236cb205eac59
parent6d6c7f4dcecc63badc37950d0c644a764ff289c8 (diff)
Add it wild-ass repo creation
-rw-r--r--conf/gitolite.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index f125246..c295c0f 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -3,3 +3,13 @@ repo gitolite-admin
repo testing
RW+ = @all
+
+repo .*
+ RW+ = coleman
+ RW = @all
+
+repo CREATOR/.*
+ RW+ = CREATOR
+ RW = @all
+
+