Make UCC website git repository world-readable
[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 # owner = $repomastername
19
20 [gitosis]
21
22 [group gitosis-admin]
23 writable = gitosis-admin
24 members = zanchey@ucc trs80
25
26 [group www-data]
27 writable = ucc-www
28 members = zanchey@ucc trs80
29
30 [repo gitosis-admin]
31 daemon = yes
32 owner = UCC Wheel Group <wheel@>
33
34 [repo ucc-www]
35 daemon = yes

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