From a69b0a2cc89aa3e839e8abd2e4cec7a05d8d18cf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 17:26:16 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Propellor/Property/SiteSpecific/GitAnnexBuilder.hs') diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 93d81bae..34e987ff 100644 --- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -17,12 +17,11 @@ builder :: Arch -> CronTimes -> Property builder arch crontimes = combineProperties [ Apt.stdSourcesList Unstable , Apt.buildDep ["git-annex"] - , Apt.installed ["git", "rsync", "liblockfile-simple-perl"] + , Apt.installed ["git", "rsync", "liblockfile-simple-perl", "cabal"] , serviceRunning "cron" `requires` Apt.installed ["cron"] , User.accountFor builduser , check (lacksdir builddir) $ userScriptProperty builduser - [ "cabal update" - , "git clone https://github.com/joeyh/gitbuilder/" + [ "git clone https://github.com/joeyh/gitbuilder/" , "cd gitbuilder" , "git checkout " ++ arch , "git clone https://git-annex.branchable.com/ git-annex" -- cgit v1.2.3