summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
AgeCommit message (Collapse)Author
2016-06-19Write privdata files in binary rather than textAndrew Schurman
https://propellor.branchable.com/todo/bytes_in_privData__63__/
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-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-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-15Merge remote-tracking branch 'felix/hasinisection'Joey Hess
2016-06-15ConfFile: export hasIniSectionFélix Sipma
2016-06-13avoid using Architecture for what's really a kernel flavorJoey Hess
2016-06-13add DebianKernel datatypeFélix Sipma
(cherry picked from commit 3590a1241580ddcdd153e2619a3c02ce18a8db8c but without the changes to src/Propellor/Precompiled.hs)
2016-06-13remove ANDROIDJoey Hess
(cherry picked from commit d5d42f4fb51fee4e5eb2e17d82f1339876c8fc03)
2016-06-13convert Sbuild to new Architecture typeFélix Sipma
(cherry picked from commit e44ea6c16d84a8f369ae4ca27ff862f8f9844819)
2016-06-13convert Architecture to a sumtypeFélix Sipma
TODO: remove ANDROID (used in GitAnnexBuilder) TODO: add other architectures TODO: rename ARMHF TODO: rename ARMEL (cherry picked from commit 6f36f6cade4e1d8b15c714565e223562c6573099)
2016-06-13throw StopPropellorException if unmounting failsJoey Hess
It would be bad if unmount somehow failed and then another property tried to reformat the mounted device or rm -rf the mount point. While I don't see anything that does that, and while lazy umount can't fail as far as I know, it was throwing an exception that stopped propellor and let's cautiously keep it that way.
2016-06-13fix buggy readVersionMaybeJoey Hess
2016-06-13sequencing errorMessage is pointlessJoey Hess
It throws an error, so only the first error would be shown. Instead, display them all.
2016-06-13add stopPropellorMessageJoey Hess
2016-06-13use new StopPropellorExceptionJoey Hess
2016-06-13improve some commentsJoey Hess
2016-06-13Merge remote-tracking branch 'spwhitton/reboot'Joey Hess
2016-06-13Merge remote-tracking branch 'spwhitton/insecure-sbuild-keygen'Joey Hess
2016-06-13ConfFile: add hasIniSection propertyFélix Sipma
2016-06-12improve Exoscale prop haddockSean Whitton
2016-06-12tidy Sbuild.keypairInsecurelyGeneratedSean Whitton
2016-06-12Sbuild.keypairInsecurelyGeneratedSean Whitton
2016-06-12explanatory commentsSean Whitton
2016-06-12handle errors when parsing kernel version stringsSean Whitton
2016-06-12bring IO code into propellor monadSean Whitton
2016-06-12toKernelNewerThan can give FailedChangeSean Whitton
2016-06-12fix extracting kernel version stringSean Whitton
2016-06-12rework newerKernelAvailableSean Whitton
2016-06-12also remove any that didn't have versions in nameSean Whitton
2016-06-12attempt to actually extract kernel versionSean Whitton
2016-06-12toKernelNewerThan propSean Whitton