Migrate VendServer from UCC CVS to UCC git
[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 mtearle@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 # UCCVend collection of repositories
61
62 [group uccvend]
63 writable = uccvend-docs uccvend-vendserver
64 members = mtearle@ucc
65
66 [repo uccvend-docs]
67 daemon = yes
68
69 [repo uccvend-vendserver]
70 daemon = yes
71
72 #Acess2 - refer [TPG]
73 [group acess2]
74 writable = tpg/acess2
75 members = [email protected]
76
77 [repo tpg/acess2]
78 daemon = yes
79
80 [group uccdoor]
81 writable = uccdoor
82 members = zanchey@ucc trs80@ucc mtearle@ucc
83
84 [repo uccdoor]
85 daemon = yes
86
87 [group webdispense]
88 writable = webdispense
89 members = shmookey@ucc
90
91 [repo webdispense]
92 daemon = yes
93
94 # progcomp - refer [DJA]
95 [group progcomp10]
96 writable = progcomp10
97 members = progcomp@murjan dja@ucc [email protected] shmookey@ucc rvvs89@ucc
98
99 [repo progcomp10]
100 daemon = yes
101
102 # progcomp2012 - refer [SZM]
103 [group progcomp2012]
104 writable = progcomp2012
105 members = matches@ucc dja@ucc
106
107 [repo progcomp2012]
108 daemon = yes
109
110 # progcomp2013 - refer [SZM]
111 [group progcomp2013]
112 writable = progcomp2013
113 members = matches@ucc
114
115 [repo progcomp2013]
116 daemon = yes
117
118 # icalparse - refer [JCF]
119 [group icalparse]
120 writable = frenchie/icalparse
121 members = frenchie@ucc
122
123 [repo frenchie/icalparse]
124 daemon = yes
125
126 [group tpgdispense2]
127 writable = tpg/opendispense2
128 members = [email protected]
129
130 [repo tpg/opendispense2]
131 daemon = yes
132
133 #scandal scan processor - refer [DJA]
134 [group scandal]
135 writable = dja/scandal
136 members = dja@ucc
137
138 [repo dja/scandal]
139 daemon = yes
140
141 [group radiotelescope]
142 writable = radiotelescope
143 members = harrymc@ucc
144
145 [repo radiotelescope]
146 daemon = yes
147
148 [group atyndall/cits2231]
149 writable = atyndall/cits2231
150 members = atyndall@ucc
151
152 [repo atyndall/cits2231]
153 daemon = yes
154
155 [group gozzarda]
156 writable = zanchey/dispense2 matches/MECH2401
157 members = gozzarda@ucc
158
159 [group zanchey]
160 writable = zanchey/dispense2
161 members = zanchey@ucc
162
163 [repo zanchey/dispense2]
164 daemon = yes
165
166 [group matches]
167 writable = matches/honours matches/swarm matches/MECH2401 matches/MCTX3420 matches/FYP2014
168 members = matches_honours matches@ucc
169
170 [repo matches/honours]
171 daemon = yes
172
173 [repo matches/swarm]
174 daemon = yes
175
176 #[repo matches/MECH2401]
177 #daemon = yes
178
179 [group matches/MCTX3420]
180 writable = matches/MCTX3420
181 members = matches@ucc matches_mctx3420
182
183 [repo matches/MCTX3420]
184 daemon = yes
185
186 [repo matches/FYP2014]
187 daemon = yes
188
189 # [SZM] and [SLX]'s Final* Year Project
190 [group ipdf]
191 writable = ipdf/documents ipdf/code ipdf/vfpu ipdf/sam
192 members = matches@ucc sulix@ucc ipdf
193
194 [repo ipdf/sam]
195 daemon = yes
196
197 [repo ipdf/documents]
198 daemon = yes
199
200 [repo ipdf/code]
201 daemon = yes
202
203 [repo ipdf/vfpu]
204 daemon = yes
205
206 # [sjy] projects
207 [group austlii]
208 writable = sjy/austlii 
209 members = sjy@ucc
210 [repo sjy/austlii]
211 daemon = yes
212
213 [group assetmap]
214 writable = sjy/assetmap 
215 members = sjy@ucc
216 [repo sjy/assetmap]
217 daemon = yes
218
219 [group cits3200f]
220 writeable = frames/cits3200f
221 members = frames@ucc oxinabox@ucc lgrevenl scottp jack BobHayden
222
223 [repo frames/cits3200f]
224 daemon = no

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