diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-06-01 18:34:15 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-01 18:34:15 -0400 |
| commit | 802f3c968df2ea623bf24102f21b22808f52d9ee (patch) | |
| tree | 00967f7fe08ea26fe4f2c93f1b7291f5b3496673 | |
| parent | 87a116d5db28322d52adcf99de5e3cbd7dc43110 (diff) | |
descs
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 4 |
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. |
