X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=gitosis.conf;h=5c81d8b9852338b46a68027b8903e2ea8167377e;hb=4de6f7c4e5657215e30d7f2560bf2d4e5ef6880c;hp=5aff8aeb700f32976d0aff328d0d8680ded62517;hpb=24e4483bbbc1f80b3c45d5d952b13170fc9ba589;p=gitosis-admin.git diff --git a/gitosis.conf b/gitosis.conf index 5aff8ae..5c81d8b 100644 --- a/gitosis.conf +++ b/gitosis.conf @@ -15,18 +15,31 @@ # and an export flag set, like this: # [repo $reponame] # daemon = yes -# owner = $repomastername +# +# You should also then edit the ~git/repositories/$reponame.git/config +# and insert a [gitweb] section with an owner = $ownername key to identify +# the owner of the repository, and edit the $reponame.git/description file +# to provide a better description. [gitosis] [group gitosis-admin] writable = gitosis-admin -members = zanchey@ucc trs80 +members = zanchey@ucc trs80 shmookey + +[repo gitosis-admin] +daemon = yes [group www-data] writable = ucc-www -members = zanchey@ucc trs80 +members = zanchey@ucc trs80 shmookey www-data -[repo gitosis-admin] +[repo ucc-www] +daemon = yes + +[group planet-ucc] +writable = planet-ucc +members = zanchey@ucc + +[repo planet-ucc] daemon = yes -owner = UCC Wheel Group