Turn off debug
[gitosis-admin.git] / gitosis.conf
index ee6b1cd..3147903 100644 (file)
@@ -1,6 +1,172 @@
+# 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 [email protected]:$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@ucc shmookey@ucc dja@ucc frenchie@ucc spartan@ucc atyndall@ucc matches@ucc sjy@ucc
+
+[repo gitosis-admin]
+daemon = yes
+gitweb = yes
+
+[group www-data]
+writable = ucc-www
+members = zanchey@ucc trs80@ucc frenchie@ucc shmookey@ucc www-data
+
+[repo ucc-www]
+daemon = yes
+
+[group planet-ucc]
+writable = planet-ucc
+members = zanchey@ucc shmookey@ucc
+
+[repo planet-ucc]
+daemon = yes
+
+# This should probably be merged with planet ucc?
+[group minutes-rss]
+writable = minutes-rss
+members = frenchie@ucc zanchey@ucc
+
+[repo minutes-rss]
+daemon = yes
+
+#Acess2 - refer [TPG]
+[group acess2]
+writable = tpg/acess2
+members = [email protected]
+
+[repo tpg/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 [email protected] shmookey@ucc rvvs89
+
+[repo progcomp10]
+daemon = yes
+
+# progcomp2012 - refer [SZM]
+[group progcomp2012]
+writable = progcomp2012
+members = matches@ucc dja@ucc
+
+[repo progcomp2012]
+daemon = yes
+
+# progcomp2013 - refer [SZM]
+[group progcomp2013]
+writable = progcomp2013
+members = matches@ucc
+
+[repo progcomp2013]
+daemon = yes
+
+# icalparse - refer [JCF]
+[group icalparse]
+writable = frenchie/icalparse
+members = frenchie@ucc
+
+[repo frenchie/icalparse]
+daemon = yes
+
+[group tpgdispense2]
+writable = tpg/opendispense2
+members = [email protected]
+
+[repo tpg/opendispense2]
+daemon = yes
+
+#scandal scan processor - refer [DJA]
+[group scandal]
+writable = dja/scandal
+members = dja@ucc
+
+[repo dja/scandal]
+daemon = yes
+
+[group radiotelescope]
+writable = radiotelescope
+members = harrymc@ucc
+
+[repo radiotelescope]
+daemon = yes
+
+[group atyndall/cits2231]
+writable = atyndall/cits2231
+members = atyndall@ucc
+
+[repo atyndall/cits2231]
+daemon = yes
+gitweb = no
+
+[group zanchey]
+writable = zanchey/dispense2
 members = zanchey@ucc
 
+[repo zanchey/dispense2]
+daemon = yes
+
+[group matches]
+writable = matches/honours matches/pprog2
+members = matches_honours matches@ucc
+
+[repo matches/honours]
+daemon = yes
+
+[group pprog2]
+writable = matches/pprog2
+members = matches_honours matches@ucc
+
+[repo matches/pprog2]
+daemon = yes
+
+# [sjy] projects
+[group austlii]
+writable = sjy/austlii 
+members = sjy@ucc
+[repo sjy/austlii]
+daemon = yes
+
+[group assetmap]
+writable = sjy/assetmap 
+members = sjy@ucc
+[repo sjy/assetmap]
+daemon = yes

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