X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=gitosis.conf;h=8388db02f5d42db6c29d7d0b3125cd6dfd0816ef;hb=0c56bce135de4631b195d3a5e1ff4160e5552c52;hp=a3f01988eb115f90bba4d833d589bf61158a8832;hpb=6c22b100bc42f26cde27535c0b924eb4794f4368;p=gitosis-admin.git diff --git a/gitosis.conf b/gitosis.conf index a3f0198..8388db0 100644 --- a/gitosis.conf +++ b/gitosis.conf @@ -15,14 +15,46 @@ # 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 +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] +writable = acess2 +members = tpg@ucc.asn.au dja@ucc + +[repo acess2] +daemon = yes + +[group uccdoor] +writeable = uccdoor +members = zanchey@ucc + +[repo uccdoor] +daemon = yes