From 8c1848b897d5b5591db50bbc2e62e4f4f4b220b9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 May 2014 11:10:55 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs') 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 -- cgit v1.2.3