From 8bdc8d189cda9962f821d7955e41658488d81346 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 18:28:35 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 4ccaa34f..3c86b33a 100644 --- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -23,10 +23,10 @@ builder arch crontimes = combineProperties "gitannexbuilder" , serviceRunning "cron" `requires` Apt.installed ["cron"] , User.accountFor builduser , check (lacksdir builddir) $ userScriptProperty builduser - [ "git clone https://github.com/joeyh/gitbuilder.git" + [ "git clone git://git.kitenet.net/gitannexbuilder" , "cd gitbuilder" , "git checkout " ++ map toLower (show arch) - , "git clone https://git-annex.branchable.com/ build" + , "git clone git://git-annex.branchable.com/ build" ] `describe` "gitbuilder setup" , Cron.niceJob "gitannexbuilder" crontimes builduser "~/gitbuilder" "git pull ; ./autobuild" -- cgit v1.2.3