From b70422c8cfb082687eaa6d4051c27d430c24f36b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 17:32:37 -0400 Subject: fix desc for combineProperties --- Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 +- Propellor/Property/SiteSpecific/GitHome.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Propellor/Property/SiteSpecific') diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 34e987ff..48e10977 100644 --- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -14,7 +14,7 @@ builddir :: FilePath builddir = "gitbuilder" builder :: Arch -> CronTimes -> Property -builder arch crontimes = combineProperties +builder arch crontimes = combineProperties "gitannexbuilder" [ Apt.stdSourcesList Unstable , Apt.buildDep ["git-annex"] , Apt.installed ["git", "rsync", "liblockfile-simple-perl", "cabal"] diff --git a/Propellor/Property/SiteSpecific/GitHome.hs b/Propellor/Property/SiteSpecific/GitHome.hs index b3a8deff..38e0cb97 100644 --- a/Propellor/Property/SiteSpecific/GitHome.hs +++ b/Propellor/Property/SiteSpecific/GitHome.hs @@ -14,7 +14,7 @@ installedFor user = check (not <$> hasGitDir user) $ go Nothing = noChange go (Just home) = do let tmpdir = home "githome" - ensureProperty $ combineProperties + ensureProperty $ combineProperties "githome setup" [ userScriptProperty user ["git clone " ++ url ++ " " ++ tmpdir] , Property "moveout" $ makeChange $ void $ moveout tmpdir home -- cgit v1.2.3