summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2022-08-02 18:55:47 -0400
committerMalfurious <m@lfurio.us>2022-08-02 18:55:47 -0400
commitf2f946056371bddbfe8e399e2d07274b8dab58ba (patch)
treef3b7e1f5218e7df8e1205a26c9cc4e1ff20b5fa8
parent6a7ac220db586c429e65c4d56754f9bb16f9028c (diff)
downloadsrcnode-f2f946056371bddbfe8e399e2d07274b8dab58ba.tar.gz
srcnode-f2f946056371bddbfe8e399e2d07274b8dab58ba.zip
Define custom access levels
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r--conf/.gitolite.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/.gitolite.rc b/conf/.gitolite.rc
index cf8e510..3445225 100644
--- a/conf/.gitolite.rc
+++ b/conf/.gitolite.rc
@@ -43,8 +43,8 @@
# WARNING: if you make changes to this hash, you MUST run 'gitolite
# compile' afterward, and possibly also 'gitolite trigger POST_COMPILE'
ROLES => {
- READERS => 1,
- WRITERS => 1,
+ CONTRIBUTORS => 1,
+ MAINTAINERS => 1,
},
# enable caching (currently only Redis). PLEASE RTFM BEFORE USING!!!