From eb3e36f790043bb9f01e373db18927ea10e8bcca Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 28 May 2022 07:42:26 -0500 Subject: Add: colin/ grant/ and oneliners/ namespaces --- conf/gitolite.conf | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/conf/gitolite.conf b/conf/gitolite.conf index b2162ff..07fe9fa 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -1,11 +1,24 @@ -@admin = colin grant -@lispers = colin grant +@admin = colin grant +@oneliners = colin grant repo gitolite-admin RW+ = @admin -repo pub/CREATOR/[a-z]..* - C = grant colin +repo colin/[a-z]..* + C = colin RW+ = CREATOR RW = WRITERS - R = READERS \ No newline at end of file + R = READERS + +repo grant/[a-z]..* + C = grant + RW+ = CREATOR + RW = WRITERS + R = READERS + +repo oneliners/[a-z]..* + C = @oneliners + RW+ = CREATOR + RW = WRITERS + R = READERS + \ No newline at end of file -- cgit v1.2.3