summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-31 09:21:33 -0400
committerJoey Hess2018-10-31 09:21:33 -0400
commitc524ff95b0b31c524943b37c3fb20213bb9b9586 (patch)
tree6b7dbfede8905478454ec6f980d9280f8f79712c /src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
parent177a030c10603718b70f9fd8061d9447c8f25143 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index d0f6da2e..8a9f913b 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -122,9 +122,9 @@ standardAutoBuilder suite arch flavor =
& Apt.stdSourcesList
& Apt.unattendedUpgrades
& Apt.cacheCleaned
- & buildDepsApt
& User.accountFor (User builduser)
& tree (architectureToDebianArchString arch) flavor
+ & buildDepsApt
stackAutoBuilder :: DebianSuite -> Architecture -> Flavor -> Property (HasInfo + Debian)
stackAutoBuilder suite arch flavor =