Update shmookey's key.
[gitosis-admin.git] / gitosis.conf
1 # UCC gitosis git repository configuration
2 # Do not edit this file except under git version control
3
4 # To add a new repository, make sure that all users have a $USERNAME.key
5 # in keydir/ . Then create a new group:
6 # [group $yourgroupname]
7 # writable = $reponame
8 # members = $user1 $user2
9 #
10 # Commit and push the changes using git, and then the user should run
11 # git push [email protected]:$reponame.git
12 # to export their changes to here.
13 #
14 # To be visible in gitweb, a section for the repository must be added,
15 # and an export flag set, like this:
16 # [repo $reponame]
17 # daemon = yes
18 #
19 # You should also then edit the ~git/repositories/$reponame.git/config
20 # and insert a [gitweb] section with an owner = $ownername key to identify
21 # the owner of the repository, and edit the $reponame.git/description file
22 # to provide a better description.
23
24 [gitosis]
25
26 [group gitosis-admin]
27 writable = gitosis-admin
28 members = zanchey@ucc trs80 shmookey@ucc dja@ucc
29
30 [repo gitosis-admin]
31 daemon = yes
32
33 [group www-data]
34 writable = ucc-www
35 members = zanchey@ucc trs80 shmookey@ucc www-data
36
37 [repo ucc-www]
38 daemon = yes
39
40 [group planet-ucc]
41 writable = planet-ucc
42 members = zanchey@ucc
43
44 [repo planet-ucc]
45 daemon = yes
46
47 #Acess2 - refer [TPG]
48 [group acess2]
49 writable = acess2
50 members = [email protected] dja@ucc
51
52 [repo acess2]
53 daemon = yes
54
55 [group uccdoor]
56 writable = uccdoor
57 members = zanchey@ucc
58
59 [repo uccdoor]
60 daemon = yes

UCC git Repository :: git.ucc.asn.au