diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-28 11:10:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-28 11:10:55 -0400 |
| commit | 8c1848b897d5b5591db50bbc2e62e4f4f4b220b9 (patch) | |
| tree | a68b1ac3d8c28c0f88aaaf43bf248b7b8d368292 /src | |
| parent | 378fbf8020b94e137139e554a4ba3d4980b29a3b (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 4f086a70..bc3e874f 100644 --- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -117,6 +117,8 @@ androidContainer dockerImage name setupgitannexdir gitannexdir = Docker.containe (dockerImage $ System (Debian Stable) "i386") & Apt.stdSourcesList Stable & User.accountFor builduser + & File.dirExists gitbuilderdir + & File.ownerGroup gitbuilderdir builduser builduser & buildDepsNoHaskellLibs & flagFile chrootsetup ("/chrootsetup") `requires` setupgitannexdir |
