summaryrefslogtreecommitdiff
path: root/src/Propellor
Commit message (Expand)AuthorAge
* add 0003-fix-ccache-haddock.patchSean Whitton2016-06-23
* Merge remote-tracking branch 'spwhitton/reboot'Joey Hess2016-06-21
|\
| * Revert "fix Propellor.Types.Exception for GHC 7.6.3"Sean Whitton2016-06-21
| * Revert "fix Propellor/Exception.hs for GHC 7.6.3"Sean Whitton2016-06-21
| * Revert "docs on property ordering"Sean Whitton2016-06-21
| * fix permissions of ccache on upgrade from 3.0.5Sean Whitton2016-06-21
| * docs on property orderingSean Whitton2016-06-19
| * Typeable in Schroot.hsSean Whitton2016-06-19
| * fix Propellor/Exception.hs for GHC 7.6.3Sean Whitton2016-06-19
| * fix Propellor.Types.Exception for GHC 7.6.3Sean Whitton2016-06-19
| * Sbuild.built conditionally reboots to new kernelSean Whitton2016-06-19
| * Reboot.toKernelNewerThan FailedChange not errorSean Whitton2016-06-19
| * Schroot.overlaysInTmpfs sets Schroot.useOverlaysSean Whitton2016-06-19
| * Joey's Schroot.useOverlays info propertySean Whitton2016-06-19
| * shorten haddock hyperlinksSean Whitton2016-06-19
| * further simplify #792100 workaroundSean Whitton2016-06-19
| * improve Sbuild.hs haddockSean Whitton2016-06-19
| * simplify #792100 workaroundSean Whitton2016-06-19
| * when on Jessie, work around #792100Sean Whitton2016-06-19
| * ensure that sbuild aliases line not duplicatedSean Whitton2016-06-19
| * Ccache.hasCache chmods cache root setgidSean Whitton2016-06-19
* | Merge remote-tracking branch 'felix/hasinisection-header'Joey Hess2016-06-20
|\ \
| * | ConfFile: cosmetic fixesFélix Sipma2016-06-20
| * | ConfFile.hasIniSection: add missing headerFélix Sipma2016-06-20
* | | Merge remote-tracking branch 'felix/derivedatatypeable-exception'Joey Hess2016-06-20
|\ \ \
| * | | Property: prevent ambiguous occurencesFélix Sipma2016-06-20
| * | | Exception: prevent use of FunctorFélix Sipma2016-06-20
| * | | Exception: prevent use of Control.Applicative (ghc compatibility)Félix Sipma2016-06-20
| * | | Exception: import Prelude after Control.Applicative to prevent warningFélix Sipma2016-06-20
| * | | Exception: import Control.Applicative (old ghc compatibility)Félix Sipma2016-06-20
| * | | add DeriveDataTypeable extension to ExceptionFélix Sipma2016-06-20
| |/ /
* / / handle SomeAsyncException same as AsyncExceptionJoey Hess2016-06-20
|/ /
* | fix descJoey Hess2016-06-19
* | reordered more commonly used stuff firstJoey Hess2016-06-19
* | Generalized fileProperty can now operate on files as either a series of lines...Joey Hess2016-06-19
* | Write privdata files in binary rather than textAndrew Schurman2016-06-19
* | avoid import warning about FoldableJoey Hess2016-06-19
* | Merge remote-tracking branch 'spwhitton/firejail'Joey Hess2016-06-19
|\ \ | |/ |/|
| * haddock tweakSean Whitton2016-06-19
| * clean build on GHC 7.10Sean Whitton2016-06-19
| * fix build on old GHC by importing Data.FoldableSean Whitton2016-06-19
| * describe Firejail.jailedSean Whitton2016-06-19
| * add Propellor.Property.FirejailSean Whitton2016-06-16
| * applyToList combinatorSean Whitton2016-06-16
* | Really make Apt.install fail when asked to install a package that apt does no...Joey Hess2016-06-18
* | revert accidential commitJoey Hess2016-06-17
* | Apt.install: When asked to install a package that apt does not know about, it...Joey Hess2016-06-17
* | responseJoey Hess2016-06-16
* | Merge remote-tracking branch 'felix/hasinisection'Joey Hess2016-06-15
|\ \
| * | ConfFile: export hasIniSectionFélix Sipma2016-06-15