summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ccache.hs
AgeCommit message (Collapse)Author
2016-06-13sequencing errorMessage is pointlessJoey Hess
It throws an error, so only the first error would be shown. Instead, display them all.
2016-05-23more consistent layout in exampleJoey Hess
2016-05-22changesFile -> changesFileContentSean Whitton
2016-05-22rm dummy descSean Whitton
2016-05-22don't invoke ccache with no paramsSean Whitton
2016-05-22hasLimits requires installedSean Whitton
2016-05-22consistencySean Whitton
2016-05-22property to set the limits filled outSean Whitton
2016-05-22start reworking Ccache.Limit to Utility.DataSizeSean Whitton
2016-05-22hasGroupCache -> hasCacheSean Whitton
I was originally thinking that the name `Ccache.hasCache` might be for a property `User -> Property DebianLike`. However, someone wanted to write a property configuring a user cache, it would probably have the standard location `~/.ccache`. This cache would be implicitly created when required, so the name `Ccache.hasCache` would be needed.
2016-05-21descsSean Whitton
2016-05-21update Sbuild.hs for new Ccache.hsSean Whitton
2016-05-21generalise setting limit on ccacheSean Whitton
2016-05-19add Ccache.hsSean Whitton