From 6ef3151ea9356ae17a013a4cf86b5e1af0ebfbf1 Mon Sep 17 00:00:00 2001 From: James Richardson Date: Fri, 24 Jul 2015 14:25:30 -0400 Subject: [PATCH] move [.cron] to new host --- .mrconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.mrconfig b/.mrconfig index 82a8b3d..6f2e42b 100644 --- a/.mrconfig +++ b/.mrconfig @@ -66,12 +66,7 @@ checkout = git clone http://git.jamestechnotes.com/james/home-etc.git [.cron] skip = on technotes.nfshost.com || on technotes02.nfshost.com -checkout = - if anon; then - git clone git://git.jamestechnotes.com/james/home/cron.git .cron - else - git clone ssh://git@git.jamestechnotes.com/james/home/cron.git .cron - fi +checkout = git clone http://git.jamestechnotes.com/james/cron.git [.plus] skip = lazy -- 2.11.4.GIT