X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=gitosis.conf;h=040cb3ca408b7328377daed739ceb5659b9a7cf8;hb=4b95efd79a10ba5f3a351e65134bc8880244946a;hp=5262dca9242ae642244310218ad08b366bb890e8;hpb=cea146c906019f21d7b98b8c23427912bad60238;p=gitosis-admin.git diff --git a/gitosis.conf b/gitosis.conf index 5262dca..040cb3c 100644 --- a/gitosis.conf +++ b/gitosis.conf @@ -1,9 +1,76 @@ +# 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 +members = zanchey@ucc trs80@ucc shmookey@ucc dja@ucc frenchie@ucc + +[repo gitosis-admin] +daemon = yes [group www-data] writable = ucc-www +members = zanchey@ucc trs80@ucc shmookey@ucc 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 + +[repo acess2] +daemon = yes + +[group uccdoor] +writable = uccdoor +members = zanchey@ucc trs80@ucc + +[repo uccdoor] +daemon = yes + +[group webdispense] +writable = webdispense +members = shmookey@ucc + +[repo webdispense] +daemon = yes + +# progcomp - refer [DJA] +[group progcomp10] +writable = progcomp10 +members = progcomp@murjan dja@ucc tpg@ucc.asn.au shmookey@ucc rvvs89 + +[repo progcomp10] +daemon = yes +