diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-10 01:15:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-10 01:15:18 -0400 |
| commit | 8432378f2c07280feae0dd84f596a8c0ae96f2ca (patch) | |
| tree | a9ba137f6880cb3b42ff518b90acc2628e2fce3b /src | |
| parent | 73fec82d7a9dc1eb93593ba00a22c9ab2041a9a0 (diff) | |
need tree for apt build-deps
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index d9309287..8ef4f6ae 100644 --- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -103,10 +103,10 @@ standardAutoBuilderContainer dockerImage arch buildminute timeout = Docker.conta & Apt.stdSourcesList & Apt.installed ["systemd"] & Apt.unattendedUpgrades - & buildDepsApt & User.accountFor builduser + & tree arch + & buildDepsApt & autobuilder (show buildminute ++ " * * * *") timeout True - `requires` tree arch androidAutoBuilderContainer :: (System -> Docker.Image) -> Cron.CronTimes -> TimeOut -> Host androidAutoBuilderContainer dockerImage crontimes timeout = |
