(minor) non-functional change to config file to test script
[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
31 [group gitosis-admin]
32 writable = gitosis-admin
33 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 mtearle@ucc bob@ucc nick@ucc 
34
35 [repo gitosis-admin]
36 daemon = yes
37 gitweb = yes
38
39 [group www-data]
40 writable = ucc-www
41 members = zanchey@ucc trs80@ucc frenchie@ucc shmookey@ucc www-data
42
43 [repo ucc-www]
44 daemon = yes
45
46 [group planet-ucc]
47 writable = planet-ucc
48 members = zanchey@ucc shmookey@ucc
49
50 [repo planet-ucc]
51 daemon = yes
52
53 # This should probably be merged with planet ucc?
54 [group minutes-rss]
55 writable = minutes-rss
56 members = frenchie@ucc zanchey@ucc
57
58 [repo minutes-rss]
59 daemon = yes
60
61 # UCCVend collection of repositories
62
63 [group uccvend]
64 writable = uccvend-docs uccvend-vendserver uccvend-snackrom uccvend-cokecode uccvend-vagrant
65 members = mtearle@ucc [email protected] [email protected]
66
67 [repo uccvend-docs]
68 daemon = yes
69
70 [repo uccvend-vendserver]
71 daemon = yes
72
73 [repo uccvend-snackrom]
74 daemon = yes
75
76 [repo uccvend-cokecode]
77 daemon = yes
78
79 [repo uccvend-vagrant]
80 daemon = yes
81
82 #Acess2 - refer [TPG]
83 [group acess2]
84 writable = tpg/acess2
85 members = [email protected]
86
87 [repo tpg/acess2]
88 daemon = yes
89
90 [group uccdoor]
91 writable = uccdoor
92 members = zanchey@ucc trs80@ucc mtearle@ucc
93
94 [repo uccdoor]
95 daemon = yes
96
97 [group webdispense]
98 writable = webdispense
99 members = shmookey@ucc
100
101 [repo webdispense]
102 daemon = yes
103
104 # progcomp - refer [DJA]
105 [group progcomp10]
106 writable = progcomp10
107 members = progcomp@murjan dja@ucc [email protected] shmookey@ucc rvvs89@ucc
108
109 [repo progcomp10]
110 daemon = yes
111
112 # progcomp2012 - refer [SZM]
113 [group progcomp2012]
114 writable = progcomp2012
115 members = matches@ucc dja@ucc
116
117 [repo progcomp2012]
118 daemon = yes
119
120 # progcomp2013 - refer [SZM]
121 [group progcomp2013]
122 writable = progcomp2013
123 members = matches@ucc
124
125 [repo progcomp2013]
126 daemon = yes
127
128 # icalparse - refer [JCF]
129 [group icalparse]
130 writable = frenchie/icalparse
131 members = frenchie@ucc
132
133 [repo frenchie/icalparse]
134 daemon = yes
135
136 [group tpgdispense2]
137 writable = tpg/opendispense2
138 members = [email protected]
139
140 [repo tpg/opendispense2]
141 daemon = yes
142
143 #scandal scan processor - refer [DJA]
144 [group scandal]
145 writable = dja/scandal
146 members = dja@ucc
147
148 [repo dja/scandal]
149 daemon = yes
150
151 [group radiotelescope]
152 writable = radiotelescope
153 members = harrymc@ucc
154
155 [repo radiotelescope]
156 daemon = yes
157
158 [group atyndall/cits2231]
159 writable = atyndall/cits2231
160 members = atyndall@ucc
161
162 [repo atyndall/cits2231]
163 daemon = yes
164
165 [group gozzarda]
166 writable = zanchey/dispense2 matches/MECH2401
167 members = gozzarda@ucc
168
169 [group zanchey]
170 writable = zanchey/dispense2 zanchey/uccpass
171 members = zanchey@ucc
172
173 [repo zanchey/dispense2]
174 daemon = yes
175
176 [repo zanchey/uccpass]
177 daemon = yes
178
179 [group matches]
180 writable = matches/honours matches/swarm matches/MECH2401 matches/MCTX3420 matches/FYP2014
181 members = matches_honours matches@ucc
182
183 [repo matches/honours]
184 daemon = yes
185
186 [repo matches/swarm]
187 daemon = yes
188
189 #[repo matches/MECH2401]
190 #daemon = yes
191
192 [group matches/MCTX3420]
193 writable = matches/MCTX3420
194 members = matches@ucc matches_mctx3420
195
196 [repo matches/MCTX3420]
197 daemon = yes
198
199 [repo matches/FYP2014]
200 daemon = yes
201
202 # [SZM] and [SLX]'s Final* Year Project
203 [group ipdf]
204 writable = ipdf/documents ipdf/code ipdf/vfpu ipdf/sam
205 members = matches@ucc sulix@ucc ipdf
206
207 [repo ipdf/sam]
208 daemon = yes
209
210 [repo ipdf/documents]
211 daemon = yes
212
213 [repo ipdf/code]
214 daemon = yes
215
216 [repo ipdf/vfpu]
217 daemon = yes
218
219 # [sjy] projects
220 [group austlii]
221 writable = sjy/austlii 
222 members = sjy@ucc
223 [repo sjy/austlii]
224 daemon = yes
225
226 [group assetmap]
227 writable = sjy/assetmap 
228 members = sjy@ucc
229 [repo sjy/assetmap]
230 daemon = yes
231
232 [group cits3200f]
233 writeable = frames/cits3200f
234 members = frames@ucc oxinabox@ucc lgrevenl scottp jack BobHayden
235
236 [repo frames/cits3200f]
237 daemon = no
238
239
240 [group bob/arm2]
241 writable = bob/arm2
242 members = bob@ucc [email protected] nick@ucc
243
244 [repo bob/arm2]
245 daemon = no

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