Tidy up configuration file (keep repos and groups together).
[gitosis-admin.git] / gitosis.conf
index 1f311ec..bdd1bd6 100644 (file)
 # 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]
 
 writable = gitosis-admin
 members = zanchey@ucc trs80
 
+[repo gitosis-admin]
+daemon = yes
+
 [group www-data]
 writable = ucc-www
 members = zanchey@ucc trs80
 
-[repo gitosis-admin]
-daemon = yes
-owner = UCC Wheel Group <wheel@>
-
 [repo ucc-www]
 daemon = yes

UCC git Repository :: git.ucc.asn.au