diff options
author | Colin Okay <okay@toyful.space> | 2022-05-28 07:42:26 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-05-28 07:42:26 -0500 |
commit | eb3e36f790043bb9f01e373db18927ea10e8bcca (patch) | |
tree | 7488349389be93715101270db5382ffea95d2f5d /conf/gitolite.conf | |
parent | 1eb92d04d60dce35fcdb5459b7502eb1c55209f7 (diff) |
Add: colin/ grant/ and oneliners/ namespaces
Diffstat (limited to 'conf/gitolite.conf')
-rw-r--r-- | conf/gitolite.conf | 23 |
1 files 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 |