summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
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"