summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2022-05-27 14:42:20 -0500
committerGrant Shangreaux <grant@unabridgedsoftware.com>2022-05-27 14:42:20 -0500
commit8ff27427a3444de1c8b17334617252ddaa4e275a (patch)
treedefaaf8fe4271e6b8debbc4e7d929d32ac45f03c /conf
parent3986b8fdeb1418af320374707d3f5db1d7b6c20a (diff)
Clean: use groups to simplify repo permissions
Diffstat (limited to 'conf')
-rw-r--r--conf/gitolite.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index 6c8080e..4138125 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -1,7 +1,9 @@
+@grant = grant-kraid grant-ridley
+@admin = colin @grant
+@lispers = colin @grant
+
repo gitolite-admin
- RW+ = kraid
- RW+ = colin
- RW+ = ridley_rsa
+ RW+ = @admin
repo testing
RW+ = @all
@@ -10,6 +12,4 @@ repo wiki
RW+ = @all
repo lazybones lazybones-client lambda-riffs oneliners.cli oneliners.api
- RW+ = colin
- RW+ = kraid
- RW+ = ridley_rsa
+ RW+ = @lispers