| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-08 | Added a comment | arnaud@30aba4d9f1742050874551d3ddc55ca8694809f8 | |
| 2015-12-08 | fix formatting | spwhitton | |
| 2015-12-08 | Added a comment | spwhitton | |
| 2015-12-07 | (no commit message) | arnaud@30aba4d9f1742050874551d3ddc55ca8694809f8 | |
| 2015-12-06 | Added a comment | spwhitton | |
| 2015-12-06 | Added a comment | spwhitton | |
| 2015-12-06 | comment | Joey Hess | |
| 2015-12-06 | expand desc | spwhitton | |
| 2015-12-06 | fix sig | spwhitton | |
| 2015-12-06 | sign | spwhitton | |
| 2015-12-06 | tense | spwhitton | |
| 2015-12-06 | proposal | spwhitton | |
| 2015-12-06 | add news item for propellor 2.15.0 | Joey Hess | |
| 2015-12-06 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-12-06 | prep release | Joey Hess | |
| 2015-12-06 | Merge branch 'master' of ssh://propellor.branchable.com | Joey Hess | |
| 2015-12-06 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | allow using `check` on a UncheckedProperty, which yields a Property | Joey Hess | |
| 2015-12-06 | add isNewerThan and use it to avoid unnecessary running of newaliases | Joey Hess | |
| 2015-12-06 | improve docs | Joey Hess | |
| 2015-12-06 | Added a comment | spwhitton | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | avoid running update-grub except for just after installing the grub package | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | only write /etc/hosts once, avoiding always returning MadeChange | Joey Hess | |
| 2015-12-06 | avoid removing line we wanted to add, only to add it back later | Joey Hess | |
| 2015-12-06 | improve error display | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | setting the same sasl password updates the mtime of the file, but the ↵ | Joey Hess | |
| contents remain the same Don't much like using Data.Hash.MD5, but it's available in dependencies and pulling in a real hash library would be overkill. And md5 is a perfectly ok hash to use here. | |||
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-06 | check for changes to sasldb2 | Joey Hess | |
| 2015-12-06 | Apt.cacheCleaned was trivial, force NoChange | Joey Hess | |
| 2015-12-06 | propellor spin | Joey Hess | |
| 2015-12-05 | refactor | Joey Hess | |
| 2015-12-05 | make Locale.selectedFor check contents of file to decide if it needs to make ↵ | Joey Hess | |
| a change | |||
| 2015-12-05 | format | Joey Hess | |
| 2015-12-05 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-12-05 | typo | Joey Hess | |
| 2015-12-05 | Merge remote-tracking branch 'origin/master' | Joey Hess | |
| 2015-12-05 | followup | Joey Hess | |
| 2015-12-05 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-12-05 | remove trivial | Joey Hess | |
| 2015-12-05 | Merge branch 'joeyconfig' | Joey Hess | |
| 2015-12-05 | UncheckedProperty for cmdProperty et al | Joey Hess | |
| * Properties that run an arbitrary command, such as cmdProperty and scriptProperty are converted to use UncheckedProperty, since they cannot tell on their own if the command truely made a change or not. (API Change) Transition guide: - When GHC complains about an UncheckedProperty, add: `assume` MadeChange - Since these properties used to always return MadeChange, that change is always safe to make. - Or, if you know that the command should modifiy a file, use: `changesFile` filename * A few properties have had their Result improved, for example Apt.buldDep and Apt.autoRemove now check if a change was made or not. | |||
| 2015-12-05 | update link to haskell-tab-indent-mode | spwhitton | |
