summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2015-12-19prep releaseJoey Hess
(cherry picked from commit 6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7)
2015-12-19Merge branch 'joeyconfig'Joey Hess
2015-12-19Clean build with ghc 7.10.Joey Hess
Import Prelude after modules that cause warnings due to AMP change
2015-12-19prep releaseJoey Hess
2015-12-19Merge branch 'joeyconfig'Joey Hess
2015-12-17changelogJoey Hess
2015-12-15Merge branch 'joeyconfig'Joey Hess
2015-12-15Merged Utility changes from git-annex.Joey Hess
2015-12-14Merge branch 'joeyconfig'Joey Hess
2015-12-14changelogJoey Hess
2015-12-08Merge branch 'joeyconfig'Joey Hess
2015-12-08changelogJoey Hess
2015-12-06Merge branch 'joeyconfig'Joey Hess
2015-12-06prep releaseJoey Hess
2015-12-06Merge branch 'joeyconfig'Joey Hess
2015-12-05formatJoey Hess
2015-12-05Merge branch 'joeyconfig'Joey Hess
2015-12-05remove trivialJoey Hess
2015-12-05Merge branch 'joeyconfig'Joey Hess
2015-12-05UncheckedProperty for cmdProperty et alJoey 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-05Added UncheckedProperty type, along with unchecked to indicate a Property ↵Joey Hess
needs its result checked, and checkResult and changesFile to check for changes.
2015-11-30Merge branch 'joeyconfig'Joey Hess
2015-11-26Added Propellor.Property.Fail2Ban.Joey Hess
2015-11-26Merge branch 'joeyconfig'Joey Hess
2015-11-26Added changesFile property combinator.Joey Hess
2015-11-26Merge branch 'joeyconfig'Joey Hess
2015-11-26changelogJoey Hess
2015-11-25Merge branch 'joeyconfig'Joey Hess
2015-11-25Added Postfix.saslPasswdSet.Joey Hess
2015-11-25Merge branch 'joeyconfig'Joey Hess
2015-11-24User.hasDesktopGroups changed to avoid trying to add the user to groups that ↵Joey Hess
don't exist. This is the same method user-setup uses.
2015-11-24Merge branch 'joeyconfig'Joey Hess
2015-11-24prep releaseJoey Hess
2015-11-24Added User.hasDesktopGroups property.Joey Hess
Based on a property in spwhitton's config, but rewritten.
2015-11-24Revert "change joeyconfig back after merging from master"Joey Hess
This reverts commit 7743ef8542b6490c3c42ac826a26aa0b24991f22.
2015-11-24change joeyconfig back after merging from masterJoey Hess
2015-11-24changelogJoey Hess
2015-11-21Merge branch 'joeyconfig'Joey Hess
2015-11-21changelogJoey Hess
2015-11-20changelogJoey Hess
2015-11-17Removed the (unused) dependency on quickcheck.Joey Hess
2015-11-17DiskImage creation automatically uses Chroot.noServices.Joey Hess
2015-11-17Added Chroot.noServices property.Joey Hess
2015-11-11Merge branch 'joeyconfig'Joey Hess
2015-11-11rename for clarityJoey Hess
2015-11-11Merge branch 'joeyconfig'Joey Hess
2015-11-11Add Propellor.Property.PropellorRepo.hasUrl, an explicit way to set the git ↵Joey Hess
repository url normally implicitly set when using --spin.
2015-11-08Merge branch 'joeyconfig'Joey Hess
2015-11-08prep releaseJoey Hess
2015-11-01Merge branch 'joeyconfig'Joey Hess