diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-25 11:24:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-25 11:24:47 -0400 |
| commit | 960745b95e96e3d276e275554584c9bd13565f5b (patch) | |
| tree | d7ca9392387db7fb8c865d5249504a2347344e45 | |
| parent | 1706ca682ed8284b8bd9e3c191fb35fd4ded91b6 (diff) | |
won't be ueing stable here
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 384b2724..511fd888 100644 --- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -142,7 +142,7 @@ androidContainer dockerImage name setupgitannexdir gitannexdir = Docker.containe haskellpkgsinstalled = userScriptProperty (User builduser) [ "cd " ++ gitannexdir ++ " && ./standalone/android/install-haskell-packages" ] - osver = System (Debian Testing) "i386" -- once jessie is released, use: (Stable "jessie") + osver = System (Debian Testing) "i386" -- armel builder has a companion container using amd64 that -- runs the build first to get TH splices. They need |
