fix missing post_checkout, and remove riseup test

This commit is contained in:
Micah Anderson 2011-05-02 12:17:38 -04:00
parent d4f8b7ab60
commit 6c80fcc212

View file

@ -1,7 +1,7 @@
[DEFAULT] [DEFAULT]
pre_update = mr addremotes pre_update = mr addremotes
update = git remote update update = git remote update
addremotes = mr addremotes post_checkout = mr addremotes
[.] [.]
checkout = git clone gitosis@labs.riseup.net:shared-mr . checkout = git clone gitosis@labs.riseup.net:shared-mr .
@ -63,7 +63,6 @@ addremotes = cd cron &&
git remote add immerda git://git.puppet.immerda.ch/module-cron.git git remote add immerda git://git.puppet.immerda.ch/module-cron.git
git remote add nadir git://git.nadir.org/puppet-cron.git git remote add nadir git://git.nadir.org/puppet-cron.git
git remote add sarava git://git.sarava.org/puppet-cron.git git remote add sarava git://git.sarava.org/puppet-cron.git
git remote add riseup git://labs.riseup.net/module_common
git remote update git remote update
[git] [git]