summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-06-12improve Exoscale prop haddockSean 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-02include description in exampleJoey 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-22Merge branch 'joeyconfig'Joey Hess
2016-05-22split out module to work around badly named symbol in directory-1.2.6.2Joey Hess
Sadly my bug report about this is not going to get fixed it seems, so I have to drag around a whole added module file just to deal with it. https://github.com/haskell/directory/issues/52
2016-05-22merge Utility from git-annexJoey Hess
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
2016-05-21fix cp commandSean Whitton
2016-05-21describe Sbuild.shareAptCacheSean Whitton
2016-05-21File.isCopyOf usage replaced with cmdPropertySean Whitton
File.isCopyOf doesn't work when the first argument doesn't exist yet
2016-05-21typoSean Whitton
2016-05-21piuparts conf propertiesSean Whitton
2016-05-21disable Sbuild.blockNetworkSean Whitton
Doesn't seem to have the desired effect at present.
2016-05-21update Sbuild.hs for new Ccache.hsSean Whitton
2016-05-21generalise setting limit on ccacheSean Whitton
2016-05-21and delete it when we nuke the chrootSean Whitton
2016-05-21also move link in /etc/sbuild/chrootSean Whitton
2016-05-20remove commented out codeJoey Hess
2016-05-21fix ccache mount and line lengthSean Whitton