summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-06-13ConfFile: add hasIniSection propertyFĂ©lix Sipma
2016-06-03better deal with stack resolver being in two placesJoey Hess
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
2016-05-21fix chroot suffixSean Whitton
2016-05-21line lengthSean Whitton
2016-05-21Sbuild.blockNetwork bracketingSean Whitton
2016-05-21sbuild-createchroot needs the suite, whoopsSean Whitton
2016-05-21need piuparts installed if using my .sbuildrcSean Whitton
2016-05-20fix example sbuild configSean Whitton
2016-05-20ispartial check from Debootstrap.hsSean Whitton
2016-05-20fix warnings about throwing away do resultsSean Whitton
2016-05-20redundant bracketSean Whitton
2016-05-20use Maybe for stdMirrorSean Whitton
2016-05-20export Sbuild.blockNetworkSean Whitton
2016-05-20refactor for line lengthSean Whitton
2016-05-20fix types in Sbuild.builtSean Whitton
2016-05-20use removeChroot to delete schrootsSean Whitton
2016-05-20fix builtFor and updatedForSean Whitton