remove backup config and add .gitignore
authorDavid Adam (zanchey) <[email protected]>
Wed, 7 Aug 2013 06:21:02 +0000 (14:21 +0800)
committerDavid Adam (zanchey) <[email protected]>
Wed, 7 Aug 2013 06:21:02 +0000 (14:21 +0800)
.gitignore [new file with mode: 0644]
gitosis.conf~ [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b25c15b
--- /dev/null
@@ -0,0 +1 @@
+*~
diff --git a/gitosis.conf~ b/gitosis.conf~
deleted file mode 100644 (file)
index f98d3c6..0000000
+++ /dev/null
@@ -1,189 +0,0 @@
-# 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 gozzarda@ucc oxinabox@ucc [email protected]
-
-[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 gozzarda]
-writable = zanchey/dispense2 matches/MECH2401
-members = gozzarda@ucc
-
-[group zanchey]
-writable = zanchey/dispense2
-members = zanchey@ucc
-
-[repo zanchey/dispense2]
-daemon = yes
-
-[group matches]
-writable = matches/honours matches/swarm matches/MECH2401 matches/MCTX3420
-members = matches_honours matches@ucc
-
-[repo matches/honours]
-daemon = yes
-
-[repo matches/swarm]
-daemon = yes
-
-#[repo matches/MECH2401]
-#daemon = yes
-
-[group matches/MCTX3420]
-writable = matches/MCTX3420
-members = matches@ucc matches_mctx3420
-
-[repo matches/MCTX3420]
-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
-
-[group cits3200f]
-writeable = frames/cits3200f
-members = frames@ucc oxinabox@ucc
-
-[repo frames/cits3200f]
-daemon = no

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