| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-26 | use val instead of show | Joey Hess | |
| 2016-06-23 | fix Ccache.hs haddock | Sean Whitton | |
| The Hackage API docs for the 3.1.0 release of propellor failed to build due to my use of '^' in a comment in Ccache.hs. | |||
| 2016-06-21 | fix permissions of ccache on upgrade from 3.0.5 | Sean Whitton | |
| 2016-06-19 | Ccache.hasCache chmods cache root setgid | Sean Whitton | |
| This should fix <http://propellor.branchable.com/forum/Bug_with_Sbuild/>. Thank you to Fred Picca for reporting and then also finding a fix for the problem. | |||
| 2016-06-13 | sequencing errorMessage is pointless | Joey Hess | |
| It throws an error, so only the first error would be shown. Instead, display them all. | |||
| 2016-05-23 | more consistent layout in example | Joey Hess | |
| 2016-05-22 | changesFile -> changesFileContent | Sean Whitton | |
| 2016-05-22 | rm dummy desc | Sean Whitton | |
| 2016-05-22 | don't invoke ccache with no params | Sean Whitton | |
| 2016-05-22 | hasLimits requires installed | Sean Whitton | |
| 2016-05-22 | consistency | Sean Whitton | |
| 2016-05-22 | property to set the limits filled out | Sean Whitton | |
| 2016-05-22 | start reworking Ccache.Limit to Utility.DataSize | Sean Whitton | |
| 2016-05-22 | hasGroupCache -> hasCache | Sean 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-21 | descs | Sean Whitton | |
| 2016-05-21 | update Sbuild.hs for new Ccache.hs | Sean Whitton | |
| 2016-05-21 | generalise setting limit on ccache | Sean Whitton | |
| 2016-05-19 | add Ccache.hs | Sean Whitton | |
