diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 17:32:37 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 17:32:37 -0400 |
| commit | b70422c8cfb082687eaa6d4051c27d430c24f36b (patch) | |
| tree | 6d952c4101b1531435fe896e611b544f3a9a5962 /Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | |
| parent | a69b0a2cc89aa3e839e8abd2e4cec7a05d8d18cf (diff) | |
fix desc for combineProperties
Diffstat (limited to 'Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
| -rw-r--r-- | Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |
