simplify the addition of remotes, and set the dot repo
This commit is contained in:
parent
a8a8ed82ff
commit
d4f8b7ab60
1 changed files with 25 additions and 26 deletions
51
.mrconfig
51
.mrconfig
|
@ -1,5 +1,7 @@
|
|||
[DEFAULT]
|
||||
pre_update = mr addremotes
|
||||
update = git remote update
|
||||
addremotes = mr addremotes
|
||||
|
||||
[.]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-mr .
|
||||
|
@ -8,7 +10,7 @@ update = git pull
|
|||
|
||||
[apache]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-apache apache
|
||||
post_checkout = cd apache &&
|
||||
addremotes = cd apache &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-apache.git
|
||||
git remote add koumbit git://git.koumbit.net/puppet/modules/apache
|
||||
git remote add lelutin git://github.com/lelutin/puppet-apache.git
|
||||
|
@ -18,7 +20,7 @@ post_checkout = cd apache &&
|
|||
|
||||
[apt]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-apt apt
|
||||
post_checkout = cd apt &&
|
||||
addremotes = cd apt &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-apt.git
|
||||
git remote add intrigeri git://gaffer.ptitcanardnoir.org/puppet-module-apt.git
|
||||
git remote add koumbit git://git.koumbit.net/puppet/modules/apt
|
||||
|
@ -31,7 +33,7 @@ post_checkout = cd apt &&
|
|||
|
||||
[backupninja]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-backupninja backupninja
|
||||
post_checkout = cd backupninja &&
|
||||
addremotes = cd backupninja &&
|
||||
git remote add koumbit git://git.koumbit.net/puppet/modules/backupninja
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-backupninja
|
||||
git remote add mayfirst git://git.mayfirst.org/mfpl/puppet-modules/backupninja
|
||||
|
@ -41,7 +43,7 @@ post_checkout = cd backupninja &&
|
|||
|
||||
[common]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-common common
|
||||
post_checkout = cd common &&
|
||||
addremotes = cd common &&
|
||||
git remote add davids git://git.black.co.at/module-common
|
||||
git remote add nadir git://git.nadir.org/puppet-common.git
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-common.git
|
||||
|
@ -56,7 +58,7 @@ post_checkout = cd common &&
|
|||
|
||||
[cron]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-cron cron
|
||||
post_checkout = cd cron &&
|
||||
addremotes = cd cron &&
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-cron
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-cron.git
|
||||
git remote add nadir git://git.nadir.org/puppet-cron.git
|
||||
|
@ -66,7 +68,7 @@ post_checkout = cd cron &&
|
|||
|
||||
[git]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-git git
|
||||
post_checkout = cd git &&
|
||||
addremotes = cd git &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-git.git
|
||||
git remote add koumbit git://git.koumbit.net/puppet/modules/git.git
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-git
|
||||
|
@ -76,7 +78,7 @@ post_checkout = cd git &&
|
|||
|
||||
[loginrecords]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-loginrecords loginrecords
|
||||
post_checkout = cd loginrecords &&
|
||||
addremotes = cd loginrecords &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-loginrecords.git
|
||||
git remote add intrigeri git://gaffer.ptitcanardnoir.org/puppet-module-loginrecords
|
||||
git remote add riseup git://labs.riseup.net/module_loginrecords
|
||||
|
@ -84,7 +86,7 @@ post_checkout = cd loginrecords &&
|
|||
|
||||
[lsb]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-lsb lsb
|
||||
post_checkout = cd lsb &&
|
||||
addremotes = cd lsb &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-lsb
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-lsb
|
||||
git remote add riseup git://labs.riseup.net/module_lsb
|
||||
|
@ -95,7 +97,7 @@ post_checkout = cd lsb &&
|
|||
|
||||
[mod_security]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-mod_security mod_security
|
||||
post_checkout = cd mod_security &&
|
||||
addremotes = cd mod_security &&
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-mod_security
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-mod_security.git
|
||||
git remote add lelutin git://github.com/lelutin/puppet-modsecurity.git
|
||||
|
@ -103,7 +105,7 @@ post_checkout = cd mod_security &&
|
|||
|
||||
[monkeysphere]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-monkeysphere monkeysphere
|
||||
post_checkout = cd monkeysphere &&
|
||||
addremotes = cd monkeysphere &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-monkeysphere.git
|
||||
git remote add mayfirst git://git.mayfirst.org/mfpl/puppet-modules/monkeysphere
|
||||
git remote add riseup git://labs.riseup.net/module_monkeysphere
|
||||
|
@ -112,7 +114,7 @@ post_checkout = cd monkeysphere &&
|
|||
|
||||
[munin]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-munin munin
|
||||
post_checkout = cd munin &&
|
||||
addremotes = cd munin &&
|
||||
git remote add davids git://git.black.co.at/module-munin
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-munin.git
|
||||
git remote add koumbit git://git.koumbit.net/puppet/modules/munin.git
|
||||
|
@ -125,7 +127,7 @@ post_checkout = cd munin &&
|
|||
|
||||
[mysql]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-mysql mysql
|
||||
post_checkout = cd mysql &&
|
||||
addremotes = cd mysql &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-mysql.git
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-mysql
|
||||
git remote add riseup git://labs.riseup.net/module_mysql
|
||||
|
@ -136,7 +138,7 @@ post_checkout = cd mysql &&
|
|||
|
||||
[nagios]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-nagios nagios
|
||||
post_checkout = cd nagios &&
|
||||
addremotes = cd nagios &&
|
||||
git remote add lavamind http://git.cmaisonneuve.qc.ca/puppet/module-nagios
|
||||
git remote add ng git://git.puppet.immerda.ch/module-nagios
|
||||
git remote add riseup git://labs.riseup.net/module_nagios
|
||||
|
@ -148,7 +150,7 @@ post_checkout = cd nagios &&
|
|||
|
||||
[passenger]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-passenger passenger
|
||||
post_checkout = cd passenger &&
|
||||
addremotes = cd passenger &&
|
||||
git remote add riseup git://labs.riseup.net/module_passenger
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-passenger
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-passenger.git
|
||||
|
@ -157,7 +159,7 @@ post_checkout = cd passenger &&
|
|||
|
||||
[postfix]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-postfix postfix
|
||||
post_checkout = cd postfix &&
|
||||
addremotes = cd postfix &&
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-postfix
|
||||
git remote add nadir git://git.nadir.org/puppet-postfix.git
|
||||
git remote add koumbit git://git.koumbit.net/puppet/modules/postfix.git
|
||||
|
@ -167,7 +169,7 @@ post_checkout = cd postfix &&
|
|||
|
||||
[puppet]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-puppet puppet
|
||||
post_checkout = cd puppet &&
|
||||
addremotes = cd puppet &&
|
||||
git remote add fugit git@gitorious.org:puppet-common/puppet.git
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-puppet.git
|
||||
git remote add koumbit git://git.koumbit.net/puppet/modules/puppet.git
|
||||
|
@ -180,7 +182,7 @@ post_checkout = cd puppet &&
|
|||
|
||||
[rails]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-rails rails
|
||||
post_checkout = cd rails &&
|
||||
addremotes = cd rails &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-rails.git
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-rails
|
||||
git remote add nadir git://git.nadir.org/puppet-rails.git
|
||||
|
@ -189,7 +191,7 @@ post_checkout = cd rails &&
|
|||
|
||||
[shorewall]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-shorewall shorewall
|
||||
post_checkout = cd shorewall &&
|
||||
addremotes = cd shorewall &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-shorewall.git
|
||||
git remote add intrigeri git://gaffer.ptitcanardnoir.org/puppet-module-shorewall
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-shorewall
|
||||
|
@ -200,7 +202,7 @@ post_checkout = cd shorewall &&
|
|||
|
||||
[sshd]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-sshd sshd
|
||||
post_checkout = cd sshd &&
|
||||
addremotes = cd sshd &&
|
||||
git remote add koumbit git://git.koumbit.net/puppet/modules/sshd
|
||||
git remote add intrigeri git://gaffer.ptitcanardnoir.org/puppet-module-sshd.git
|
||||
git remote add lavamind http://git.cmaisonneuve.qc.ca/puppet/module-sshd
|
||||
|
@ -214,21 +216,21 @@ post_checkout = cd sshd &&
|
|||
|
||||
[strongswan]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-strongswan strongswan
|
||||
post_checkout = cd strongswan &&
|
||||
addremotes = cd strongswan &&
|
||||
git remote add riseup git://labs.riseup.net/module_strongswan
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-strongswan.git
|
||||
git remote update
|
||||
|
||||
[stunnel]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-stunnel stunnel
|
||||
post_checkout = cd stunnel &&
|
||||
addremotes = cd stunnel &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-stunnel.git
|
||||
git remote add riseup git://labs.riseup.net/module_stunnel
|
||||
git remote update
|
||||
|
||||
[user]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-user user
|
||||
post_checkout = cd user &&
|
||||
addremotes = cd user &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-user.git
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-user
|
||||
git remote add sarava git://git.sarava.org/puppet-user.git
|
||||
|
@ -237,11 +239,8 @@ post_checkout = cd user &&
|
|||
|
||||
[webhosting]
|
||||
checkout = git clone gitosis@labs.riseup.net:shared-webhosting webhosting
|
||||
post_checkout = cd webhosting &&
|
||||
addremotes = cd webhosting &&
|
||||
git remote add immerda git://git.puppet.immerda.ch/module-webhosting.git
|
||||
git remote add lavamind git://git.cmaisonneuve.qc.ca/puppet/module-webhosting
|
||||
git remote update
|
||||
|
||||
|
||||
[crabgrass]
|
||||
checkout = git clone gitosis@labs.riseup.net:crabgrass
|
||||
|
|
Loading…
Reference in a new issue