From a1c43469f64ea50bb42693a3b1d0679ae03ab4fd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 18:10:46 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 8ca65938..bdc7b4b5 100644 --- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -23,7 +23,7 @@ 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 clone https://github.com/joeyh/gitbuilder.git" , "cd gitbuilder" , "git checkout " ++ map toLower (show arch) , "git clone https://git-annex.branchable.com/ build" -- cgit v1.2.3