summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-06-23fix Ccache.hs haddockSean 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-21Merge remote-tracking branch 'spwhitton/reboot'Joey Hess
2016-06-21Revert "fix Propellor.Types.Exception for GHC 7.6.3"Sean Whitton
This reverts commit d31650d667a35808051dab6db1daf3ae1f905b57. Félix fixed this more comprehensively.
2016-06-21Revert "fix Propellor/Exception.hs for GHC 7.6.3"Sean Whitton
This reverts commit ffcf9ca8c438a7f3a5f12623859199b5b12b6255. Félix fixed this more comprehensively.
2016-06-21Revert "docs on property ordering"Sean Whitton
This reverts commit cde491e5767caca7bf10bca16d625e713ba24a9b.
2016-06-21fix permissions of ccache on upgrade from 3.0.5Sean Whitton
2016-06-20Merge remote-tracking branch 'felix/hasinisection-header'Joey Hess
2016-06-20Merge remote-tracking branch 'felix/derivedatatypeable-exception'Joey Hess
2016-06-20ConfFile: cosmetic fixesFélix Sipma
2016-06-20ConfFile.hasIniSection: add missing headerFélix Sipma
2016-06-20handle SomeAsyncException same as AsyncExceptionJoey Hess
This new type was added to base a while ago; I don't know what uses it, but it's intended to be an async exception, so make sure we don't catch it.
2016-06-20Property: prevent ambiguous occurencesFélix Sipma
2016-06-20Exception: prevent use of FunctorFélix Sipma
2016-06-20Exception: prevent use of Control.Applicative (ghc compatibility)Félix Sipma
2016-06-20Exception: import Prelude after Control.Applicative to prevent warningFélix Sipma
2016-06-20Exception: import Control.Applicative (old ghc compatibility)Félix Sipma
2016-06-20add DeriveDataTypeable extension to ExceptionFélix Sipma
2016-06-19fix descJoey Hess
2016-06-19reordered more commonly used stuff firstJoey Hess
2016-06-19Generalized fileProperty can now operate on files as either a series of ↵Joey Hess
lines, or a ByteString.
2016-06-19Write privdata files in binary rather than textAndrew Schurman
https://propellor.branchable.com/todo/bytes_in_privData__63__/
2016-06-19avoid import warning about FoldableJoey Hess
I don't know why this works, or a better way to do it, but it does..
2016-06-19Merge remote-tracking branch 'spwhitton/firejail'Joey Hess
2016-06-19docs on property orderingSean Whitton
2016-06-19Typeable in Schroot.hsSean Whitton
2016-06-19fix Propellor/Exception.hs for GHC 7.6.3Sean Whitton
2016-06-19fix Propellor.Types.Exception for GHC 7.6.3Sean Whitton
2016-06-19Sbuild.built conditionally reboots to new kernelSean Whitton
2016-06-19Reboot.toKernelNewerThan FailedChange not errorSean Whitton
See discussion: <http://propellor.branchable.com/todo/merge_request:_changes_to_Reboot.hs/>
2016-06-19Schroot.overlaysInTmpfs sets Schroot.useOverlaysSean Whitton
2016-06-19Joey's Schroot.useOverlays info propertySean Whitton
2016-06-19shorten haddock hyperlinksSean Whitton
2016-06-19haddock tweakSean Whitton
Slashes inside @monospace@ get misinterpreted.
2016-06-19clean build on GHC 7.10Sean Whitton
2016-06-19fix build on old GHC by importing Data.FoldableSean Whitton
2016-06-19describe Firejail.jailedSean Whitton
2016-06-19further simplify #792100 workaroundSean Whitton
2016-06-19improve Sbuild.hs haddockSean Whitton
- Suggest install autopkgtest to get adt-run(1) - Easier to understand ordering of functions - Fix hyperlinks to functions - Using @ around paths containing slashes gets interpreted wrongly
2016-06-19simplify #792100 workaroundSean Whitton
2016-06-19when on Jessie, work around #792100Sean Whitton
2016-06-19ensure that sbuild aliases line not duplicatedSean Whitton
2016-06-19Ccache.hasCache chmods cache root setgidSean 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-18Really make Apt.install fail when asked to install a package that apt does ↵Joey Hess
not know about
2016-06-17revert accidential commitJoey Hess
2016-06-17Apt.install: When asked to install a package that apt does not know about, ↵Joey Hess
it used to incorrectly succeed. Now it will fail.
2016-06-16responseJoey Hess
2016-06-16add Propellor.Property.FirejailSean Whitton
2016-06-16applyToList combinatorSean Whitton
I think Joey wrote this at some point .. though it's possible I did
2016-06-15Merge remote-tracking branch 'felix/hasinisection'Joey Hess
2016-06-15ConfFile: export hasIniSectionFélix Sipma