diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-03 15:16:59 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-03 15:16:59 -0400 |
| commit | 497397274d061fb4d0df28a30c45e31dae4295cb (patch) | |
| tree | 9fd58f4ab6fa4fb2b3e1e67f7bf4131d8df5bf7f /src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | |
| parent | 76c9e82fd6326c85499f94e1906eb7cab03ff342 (diff) | |
| parent | b64a91db5767e2afcd53f496ba303ada8e3fdcc1 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 7f893431..5ccd9996 100644 --- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -132,6 +132,7 @@ androidAutoBuilderContainer :: Times -> TimeOut -> Systemd.Container androidAutoBuilderContainer crontimes timeout = androidContainer "android-git-annex-builder" (tree "android") builddir & Apt.unattendedUpgrades + & buildDepsNoHaskellLibs & autobuilder "android" crontimes timeout -- Android is cross-built in a Debian i386 container, using the Android NDK. |
