diff options
| author | Malfurious <m@lfurio.us> | 2022-08-02 20:38:17 -0400 |
|---|---|---|
| committer | Malfurious <m@lfurio.us> | 2022-08-02 20:38:17 -0400 |
| commit | c5574d47235bd39d9f18751c8dbdcec85015776d (patch) | |
| tree | e24fa11aa9ec1f5354a81fc602a5abf784ce6b3a | |
| parent | a86239368a46712de4022b80292e0d8ac92d1260 (diff) | |
| download | srcnode-c5574d47235bd39d9f18751c8dbdcec85015776d.tar.gz srcnode-c5574d47235bd39d9f18751c8dbdcec85015776d.zip | |
Create administrators group
Signed-off-by: Malfurious <m@lfurio.us>
| -rw-r--r-- | conf/gitolite.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 1d87458..3fbc633 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -1,2 +1,4 @@ +@administrators = admin + repo gitolite-admin - RW+ = admin + RW+ = @administrators |
