X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=gitosis.conf;h=238ff20ea5fc4432f47be20cdce9ce3e17b9a9bd;hb=bc6a60407f3c0ad76f1cb6886d829a95818413d4;hp=5262dca9242ae642244310218ad08b366bb890e8;hpb=cea146c906019f21d7b98b8c23427912bad60238;p=gitosis-admin.git diff --git a/gitosis.conf b/gitosis.conf index 5262dca..238ff20 100644 --- a/gitosis.conf +++ b/gitosis.conf @@ -1,3 +1,22 @@ +# 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 +# owner = $repomastername + [gitosis] [group gitosis-admin] @@ -7,3 +26,7 @@ members = zanchey@ucc [group www-data] writable = ucc-www members = zanchey@ucc + +[repo gitosis-admin] +daemon = yes +owner = UCC Wheel Group