summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 17:26:16 -0400
committerJoey Hess2014-04-01 17:26:16 -0400
commita69b0a2cc89aa3e839e8abd2e4cec7a05d8d18cf (patch)
tree4a245b0e735d1b9bf32fb8ea741bed77c9f1dab6 /Propellor/Property
parentdefb0bd037faac6bd31c6a65c4be21693ee23ccc (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/SiteSpecific/GitAnnexBuilder.hs5
1 files changed, 2 insertions, 3 deletions
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"