2 # Amino gitosis.conf - access control for git
4 # To add a new user here:
6 # 1. Add them *in alphabetical order* in the members list in "group
8 # 2. Add their ssh public key as <username>.pub in the keydir
11 # To add a new *central* repository here:
13 # 1. Add a section called [repo $repo] for anonymous read-only
14 # web/git-daemon access in the REPOSITORIES section
16 # 2. Decide who should have write access:
17 # a. if it's just admins then you're done
18 # b. if it's everybody then list the repo in the "writable=" line
19 # in the "all-write" group in the GROUPS section
20 # c. if you need special control over access, then add a new group
21 # for your repo called "group-$repo"
23 # User repositories are special - see the bottom of the file for the
24 # gory details but you shouldn't need to change anything there!
26 ##############################################################
30 ##############################################################
36 ## Logging level, one of DEBUG, INFO, WARNING, ERROR, CRITICAL
40 writable = gitosis-admin gitosis debian.org jigit fuse-music debian-cd-search fake-hwclock abcde steve-scripts strace-test openstack-debian-images live-wrapper buildd-scripts steve-sigs
41 members = steve # stemci01
44 writable = debian-rootfs
49 members = steve stemci01 colin_tuckley andrew_strong ville
52 members = andy codehelp daniel leif neil steve vince
57 writable = Thermomentum/*
60 members = steve stemci01
61 writable = shim-review
64 members = steve stemci01
68 members = steve stemci01
72 members = steve stemci01
76 members = steve stemci01
79 ## List all our desired users here, in ALPHABETICAL ORDER!
81 #members = acox anilsson apapp bcockburn bczerwinski brobertson charris ctaylor dwysokinski elarsson gcrocker gmonell hliebel hnguyen ismith jbyrne jlarsson jmorrissey jsummerfield kchristenson kmonell kwolvaardt landersson lcheng meanor mbrown mfrancomb mlarman mrendahl nmcgovern pluscher rwarren sali sam-test smcintyre snutt wrevens
83 ## Group of contractors with rights to view st-core & aminet and create public repositories
84 ## Also read-only access to Steve's public Aminet 7105 repo
85 #[group contractors-st]
86 #readonly = st-core aminet users/smcintyre/aminet-7105
89 ## And the folks with admin rights here
91 #members = gitosis-mirror smcintyre mfrancomb nmcgovern wszachau jmorrissey
93 ## Give all Amino users read access to all modules as a default
94 #[group default-read-only]
95 #readonly = * users/*/*
98 ## And admins get write access to everything too
99 #[group default-admin-write]
100 #writable = * users/*/*
103 ##############################################################
105 ### END OF COMMON CONFIG (special formatting, do NOT change!)
107 ##############################################################
109 ##############################################################
113 ##############################################################
115 # Below here, add "repo" definitions to fill in the description and
116 # owner fields for gitweb.
119 description = Git server admin
120 owner = Steve McIntyre
123 description = Gitosis software
124 owner = Steve McIntyre
127 description = Debian.org config
128 owner = Steve McIntyre
131 description = Jigdo tools
132 owner = Steve McIntyre
135 description = EFI test scripts and binaries
136 owner = Steve McIntyre
139 description = Transcoding filesystem
140 owner = Steve McIntyre
142 [repo debian-cd-search]
143 description = Search for contents of Debian CDs
144 owner = Steve McIntyre
147 description = Save/restore system clock on machines without working RTC hardware
148 owner = Steve McIntyre
151 description = A Better CD Encoder
152 owner = Steve McIntyre
155 description = Local scripts repo
156 owner = Steve McIntyre
159 description = Local sigrot repo
160 owner = Steve McIntyre
163 description = local strace test scripts
164 owner = Steve McIntyre
166 [repo openstack-debian-images]
167 description = local working branch for openstack-debian-images
168 owner = Steve McIntyre
171 description = local working branch for live-wrapper
172 owner = Steve McIntyre
174 [repo buildd-scripts]
175 description = local scripts for doing Debian rebuilds
176 owner = Steve McIntyre
179 description = review repo for shim signing
180 owner = Steve McIntyre
185 description = local package for managing apt updates
186 owner = Steve McIntyre
191 description = Jigdo upstream work
192 owner = Steve McIntyre
197 description = Steve\'s dotfiles
198 owner = Steve McIntyre
202 # Add gitweb and git:// access to the user repositories too.
203 # The $user in the "repo" line is important, as that's how we look up
204 # the username when generating the Description and Owner fields in
205 # gitweb output. If we can find user details for $user, we will
206 # substitute their name in the Description field, replacing
209 description = Public repository for $username
214 description = Vero-Apparatus repo
218 #[repo Thermomentum/*]
219 #description = Thermomentum repo
222 #owner = Andy Simpkins
224 ##############################################################
226 ### END OF REPOSITORIES (special formatting, do NOT change!)
228 ##############################################################
230 # Anything below here will only apply to the master config on
231 # glutamine, the central git server in Cambridge. Caches should
232 # therefore remain read-only for users except admins.
235 ##############################################################
239 ##############################################################
241 # By default (see rules in the common config section), all
242 # repositories will be:
244 # 1. writable by @admins
245 # 2. readonly by @amino
247 # If you want to give more access to a repository then list it in
248 # "all-write" or for more fine-grained control add a specific "group"
249 # definition for it in this section.
252 writable = aminet mood meego intel-media intel-ui intel-ems
257 members = anilsson mrendahl
261 members = jbyrne snutt anilsson
264 writable = innovation
265 members = gmonell jkwarnmark jsummerfield mfrancomb mrendahl
267 ##############################################################
269 ### END OF GROUPS (special formatting, do NOT change!)
271 ##############################################################
273 ##############################################################
275 ### USER REPOSITORY CONFIG
277 ##############################################################
279 # Special group that adds support for repositories of the form
280 # user/<user>/<foo>.git. Otherwise admins would have to add specific
281 # entries for every single user repo, and that would quickly become an
284 # The following config group will allow *write* access to
285 # user/<user>/<foo>.git for the owner ($user) and the @admins group
287 # If you want to allow a specific user (Bob) to have write access to
288 # a specific user repo (belonging to Alice), you will need to add a
289 # specific group describing Alice's user repo and list Bob in the
290 # members field there as normal. That will supplement the normal
291 # access from the wild-card group entries. Sorry, this *will* require
294 members = $user @admins
295 writable = users/$user/*
297 ##############################################################
299 ### END OF USER REPOSITORY CONFIG (special formatting, do NOT change!)
301 ##############################################################
303 ##############################################################
307 ##############################################################
310 # Immediately after a "git init" call for a new repo, configure the
311 # new repo appropriately for mirroring and mail notification
312 # post-init = /usr/local/bin/git-configure-post-receive
314 ##############################################################
316 ### END OF HOOKS CONFIG (special formatting, do NOT change!)
318 ##############################################################