X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=gitosis.conf;h=f501fd835287d60c8a342f3360f8df79dc4d34b9;hb=bb47d2da1fc982101345401d8d97176a57362f71;hp=ee6b1cdb03aa776dc186bd348a2b7a5104ae1d00;hpb=0dd2cd4c29b5f807649e306491b30eded10f3f3d;p=gitosis-admin.git diff --git a/gitosis.conf b/gitosis.conf index ee6b1cd..f501fd8 100644 --- a/gitosis.conf +++ b/gitosis.conf @@ -1,6 +1,54 @@ +# UCC gitosis git repository configuration +# Do not edit this file except under git version control +# +# To add a new repository, make sure that all users have a $USERNAME.key +# in keydir/ . Then create a new group: +# [group $yourgroupname] +# writable = $reponame +# members = $user1 $user2 +# +# Commit and push the changes using git, and then the user should run +# git push git@ssh.ucc.asn.au:$reponame.git +# to export their changes to here. +# +# To be visible in gitweb, a section for the repository must be added, +# and an export flag set, like this: +# [repo $reponame] +# daemon = yes +# +# 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 shmookey dja@ucc + +[repo gitosis-admin] +daemon = yes + +[group www-data] +writable = ucc-www +members = zanchey@ucc trs80 shmookey www-data + +[repo ucc-www] +daemon = yes + +[group planet-ucc] +writable = planet-ucc members = zanchey@ucc +[repo planet-ucc] +daemon = yes + +#Acess2 - refer [TPG] +[group acess2] +writeable = acess2 +members = tpg@ucc.asn.au dja@ucc + +[repo acess2] +daemon = yes +