summaryrefslogtreecommitdiff
path: root/conf/gitolite.conf
blob: e0b70a723e47ba18e9f9f8ad10b961b449f61d16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# People who administer the repository system.

@admins = sra randy

# For now we use user group @all to mean the cryptech core group.  If
# we ever have committers who are not core, we'll likely need a @core
# group here, and perhaps other groups.

# GPG signature hook.  Don't mess with this.

repo @all
  - VREF/gpg-check = @all

# Gitolite control repository.  Sysadmins only.

repo gitolite-admin
    RW+     =   @admins

# Everything but the gitolite-admin repository is currently set up for
# "wild repositories" (http://sitaramc.github.com/gitolite/wild.html).
#
# In theory, this lets authenticated users create their own
# repositories without needing to touch this file.

# Not sure whether we want "R = @all" (or "R = @core") here or not.

repo [a-zA-Z0-9].*
    C   = @all
    RW+	= CREATOR
    RW	= WRITERS
    R	= READERS
    R   = @all