summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
diff options
context:
space:
mode:
authorJoey Hess2015-06-01 18:34:15 -0400
committerJoey Hess2015-06-01 18:34:15 -0400
commit802f3c968df2ea623bf24102f21b22808f52d9ee (patch)
tree00967f7fe08ea26fe4f2c93f1b7291f5b3496673 /src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
parent87a116d5db28322d52adcf99de5e3cbd7dc43110 (diff)
descs
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index d64852aa..70075968 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -109,7 +109,7 @@ autoBuilderContainer mkprop osver@(System _ arch) crontime timeout =
standardAutoBuilder :: System -> Property HasInfo
standardAutoBuilder osver@(System _ arch) =
- propertyList "git-annex-builder" $ props
+ propertyList "standard git-annex autobuilder" $ props
& os osver
& Apt.stdSourcesList
& Apt.unattendedUpgrades
@@ -118,7 +118,7 @@ standardAutoBuilder osver@(System _ arch) =
armAutoBuilder :: System -> Times -> TimeOut -> Property HasInfo
armAutoBuilder osver@(System _ arch) crontime timeout =
- propertyList "git-annex-builder (arm)" $ props
+ propertyList "arm git-annex autobuilder" $ props
& standardAutoBuilder osver
& buildDepsNoHaskellLibs
-- Works around ghc crash with parallel builds on arm.