summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
AgeCommit message (Collapse)Author
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-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
2016-06-12factor out some code I will useSean Whitton
2016-06-12toKernelNewerThan skeletonSean Whitton
2016-06-12re-organise Exoscale.distroKernelSean Whitton
2016-06-12factor out reboot code from DigitalOcean.hsSean Whitton
2016-06-12include more in flag fileSean Whitton
2016-06-12attempt to fix Exoscale.distroKernel flag fileSean Whitton
2016-06-12Exoscale.distroKernelSean Whitton
2016-06-10Switch letsencrypt to certbot package name.Joey Hess
2016-06-10propellor spinJoey Hess
2016-05-28deal with systemd's KillUserProcesses changeJoey Hess
* Systemd: Added killUserProcesses property, which can be reverted to return systemd to its default behavior before version 230 started killing processes like screen sessions. * Systemd: Added logindConfigured property.
2016-05-23more consistent layout in exampleJoey Hess
2016-05-23Merge remote-tracking branch 'spwhitton/sbuild'Joey Hess
2016-05-23copy sample piuparts conf docSean Whitton
2016-05-22changesFile -> changesFileContentSean Whitton
2016-05-22rm dummy descSean Whitton
2016-05-22don't invoke ccache with no paramsSean Whitton
2016-05-22be more careful setting sbuild ccache limitsSean Whitton
2016-05-22hasLimits requires installedSean Whitton
2016-05-22consistencySean Whitton
2016-05-22property to set the limits filled outSean Whitton
2016-05-22start reworking Ccache.Limit to Utility.DataSizeSean Whitton
2016-05-22hasGroupCache -> hasCacheSean Whitton
I was originally thinking that the name `Ccache.hasCache` might be for a property `User -> Property DebianLike`. However, someone wanted to write a property configuring a user cache, it would probably have the standard location `~/.ccache`. This cache would be implicitly created when required, so the name `Ccache.hasCache` would be needed.
2016-05-21descSean Whitton
2016-05-21fix paths to schroot profilesSean Whitton
2016-05-21refactorSean Whitton
2016-05-21descsSean Whitton