diff options
author | Malfurious <m@lfurio.us> | 2022-08-02 20:45:07 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-08-02 20:45:07 -0400 |
commit | 60327a5e246fd00deb9bd19a163f4eb7493b1fdc (patch) | |
tree | b0ca261c0a3733bf0d1e76bcaa465160c971813f | |
parent | c5574d47235bd39d9f18751c8dbdcec85015776d (diff) | |
download | srcnode-60327a5e246fd00deb9bd19a163f4eb7493b1fdc.tar.gz srcnode-60327a5e246fd00deb9bd19a163f4eb7493b1fdc.zip |
Allow users to create wildcard repositories
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | conf/gitolite.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 3fbc633..bf9694e 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -2,3 +2,9 @@ repo gitolite-admin RW+ = @administrators + +repo CREATOR/..* + C = @all + RW+ = CREATOR MAINTAINERS + RW+ contrib/USER/ = CONTRIBUTORS + R = @all |