remove gitweb=no, document that it doesn't work
[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 # Note that this enables both anonymous export (via git://git.ucc.asn.au) and
19 # being viewable in gitweb. As the configuration for git is public, there is not
20 # a great deal of point in having one but not the other.
21 # The `gitweb = no` stanza will not work at this stage.
22 #
23 # You should also then edit the ~git/repositories/$reponame.git/config
24 # and insert a [gitweb] section with an owner = $ownername key to identify
25 # the owner of the repository, and edit the $reponame.git/description file
26 # to provide a better description.
27
28 [gitosis]
29
30 [group gitosis-admin]
31 writable = gitosis-admin
32 members = zanchey@ucc trs80@ucc shmookey@ucc dja@ucc frenchie@ucc spartan@ucc atyndall@ucc matches@ucc sjy@ucc gozzarda@ucc oxinabox@ucc [email protected] rvvs89@ucc sulix@ucc
33
34 [repo gitosis-admin]
35 daemon = yes
36 gitweb = yes
37
38 [group www-data]
39 writable = ucc-www
40 members = zanchey@ucc trs80@ucc frenchie@ucc shmookey@ucc www-data
41
42 [repo ucc-www]
43 daemon = yes
44
45 [group planet-ucc]
46 writable = planet-ucc
47 members = zanchey@ucc shmookey@ucc
48
49 [repo planet-ucc]
50 daemon = yes
51
52 # This should probably be merged with planet ucc?
53 [group minutes-rss]
54 writable = minutes-rss
55 members = frenchie@ucc zanchey@ucc
56
57 [repo minutes-rss]
58 daemon = yes
59
60 #Acess2 - refer [TPG]
61 [group acess2]
62 writable = tpg/acess2
63 members = [email protected]
64
65 [repo tpg/acess2]
66 daemon = yes
67
68 [group uccdoor]
69 writable = uccdoor
70 members = zanchey@ucc trs80@ucc
71
72 [repo uccdoor]
73 daemon = yes
74
75 [group webdispense]
76 writable = webdispense
77 members = shmookey@ucc
78
79 [repo webdispense]
80 daemon = yes
81
82 # progcomp - refer [DJA]
83 [group progcomp10]
84 writable = progcomp10
85 members = progcomp@murjan dja@ucc [email protected] shmookey@ucc rvvs89@ucc
86
87 [repo progcomp10]
88 daemon = yes
89
90 # progcomp2012 - refer [SZM]
91 [group progcomp2012]
92 writable = progcomp2012
93 members = matches@ucc dja@ucc
94
95 [repo progcomp2012]
96 daemon = yes
97
98 # progcomp2013 - refer [SZM]
99 [group progcomp2013]
100 writable = progcomp2013
101 members = matches@ucc
102
103 [repo progcomp2013]
104 daemon = yes
105
106 # icalparse - refer [JCF]
107 [group icalparse]
108 writable = frenchie/icalparse
109 members = frenchie@ucc
110
111 [repo frenchie/icalparse]
112 daemon = yes
113
114 [group tpgdispense2]
115 writable = tpg/opendispense2
116 members = [email protected]
117
118 [repo tpg/opendispense2]
119 daemon = yes
120
121 #scandal scan processor - refer [DJA]
122 [group scandal]
123 writable = dja/scandal
124 members = dja@ucc
125
126 [repo dja/scandal]
127 daemon = yes
128
129 [group radiotelescope]
130 writable = radiotelescope
131 members = harrymc@ucc
132
133 [repo radiotelescope]
134 daemon = yes
135
136 [group atyndall/cits2231]
137 writable = atyndall/cits2231
138 members = atyndall@ucc
139
140 [repo atyndall/cits2231]
141 daemon = yes
142
143 [group gozzarda]
144 writable = zanchey/dispense2 matches/MECH2401
145 members = gozzarda@ucc
146
147 [group zanchey]
148 writable = zanchey/dispense2
149 members = zanchey@ucc
150
151 [repo zanchey/dispense2]
152 daemon = yes
153
154 [group matches]
155 writable = matches/honours matches/swarm matches/MECH2401 matches/MCTX3420 matches/FYP2014
156 members = matches_honours matches@ucc
157
158 [repo matches/honours]
159 daemon = yes
160
161 [repo matches/swarm]
162 daemon = yes
163
164 #[repo matches/MECH2401]
165 #daemon = yes
166
167 [group matches/MCTX3420]
168 writable = matches/MCTX3420
169 members = matches@ucc matches_mctx3420
170
171 [repo matches/MCTX3420]
172 daemon = yes
173
174 [repo matches/FYP2014]
175 daemon = yes
176
177 # [SZM] and [SLX]'s Final* Year Project
178 [group ipdf]
179 writable = ipdf/documents ipdf/code
180 members = matches@ucc sulix@ucc ipdf
181
182 [repo ipdf/documents]
183 daemon = yes
184
185 [repo ipdf/code]
186 daemon = yes
187
188 # [sjy] projects
189 [group austlii]
190 writable = sjy/austlii 
191 members = sjy@ucc
192 [repo sjy/austlii]
193 daemon = yes
194
195 [group assetmap]
196 writable = sjy/assetmap 
197 members = sjy@ucc
198 [repo sjy/assetmap]
199 daemon = yes
200
201 [group cits3200f]
202 writeable = frames/cits3200f
203 members = frames@ucc oxinabox@ucc lgrevenl scottp jack BobHayden
204
205 [repo frames/cits3200f]
206 daemon = no

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