summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-22commentJoey Hess
2016-06-21changelog attribution fixSean Whitton
2016-06-21Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-06-21mergedJoey Hess
2016-06-21Merge remote-tracking branch 'spwhitton/reboot'Joey Hess
2016-06-21Added a commentgueux
2016-06-21Added a comment: reboot branch merges cleanlyspwhitton
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-21Added a commentspwhitton
2016-06-21fix permissions of ccache on upgrade from 3.0.5Sean Whitton
2016-06-20Added a commentgueux
2016-06-20another approachJoey Hess
2016-06-20commentJoey Hess
2016-06-20commentJoey Hess
2016-06-20commentJoey Hess
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 filenameJoey Hess
2016-06-19mergedJoey Hess
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-19Property.Firejail: New module. Thanks, Sean WhittonJoey Hess
2016-06-19Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
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-19submit Firejail.hs merge requestspwhitton
2016-06-19Added a commentspwhitton
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.