summaryrefslogtreecommitdiffstats
path: root/gitolite/gitolite.conf
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-09-13 04:18:16 -0400
committerMalfurious <m@lfurio.us>2023-09-15 10:53:24 -0400
commitc3e4b42c98dd433bbc2f90beeae102a4993c17e5 (patch)
tree1c75e73de075f3a1e791f053a2e5ddc877da07eb /gitolite/gitolite.conf
parent5cd2822ed607d1f20d1d114aebe511a4fe5f1825 (diff)
downloadsrcnode-c3e4b42c98dd433bbc2f90beeae102a4993c17e5.tar.gz
srcnode-c3e4b42c98dd433bbc2f90beeae102a4993c17e5.zip
gitolite: Consolidate config files into a single directory
The repository is being reworked to decouple its roles as normalmode source and gitolite-admin config. The gitolite-admin repository will be entirely separate. So there is no need to keep the conf or local directories around where they are at. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'gitolite/gitolite.conf')
-rw-r--r--gitolite/gitolite.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/gitolite/gitolite.conf b/gitolite/gitolite.conf
new file mode 100644
index 0000000..a1602d0
--- /dev/null
+++ b/gitolite/gitolite.conf
@@ -0,0 +1,12 @@
+@administrators = admin
+
+repo gitolite-admin
+ RW+ = @administrators
+
+repo CREATOR/..*
+ C = @all
+ RW+ = CREATOR MAINTAINERS
+ RW+ contrib/USER/ = CONTRIBUTORS
+ R = @all
+
+ config gitweb.owner = %GL_CREATOR