summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
AgeCommit message (Collapse)Author
2016-09-05update Sbuild.piupartsConf docstringSean Whitton
2016-09-05schroot config additions now ensured on each spinSean Whitton
Previously, they were only ensured when first building the schroot.
2016-09-05fix sbuild haddock formattingSean Whitton
2016-08-25update Sbuild docs again re. building for stretchSean Whitton
Building for stretch requires newer sbuild.
2016-08-25update example usage of System typeSean Whitton
2016-08-25fix documentation of recent sbuild changesSean Whitton
2016-08-25don't require Sbuild.keypairGeneratedSean Whitton
This is only needed for building a chroot for squeeze or older, but the code in Sbuild.built fails to configure a squeeze chroot: eatmydata is not available, and there are probably other assumptions that break.
2016-08-25explain how to customise the sbuild chrootSean Whitton
2016-08-25TODOSean Whitton
2016-08-24update sample config for sbuild 0.71.0Sean Whitton
2016-07-27speed up & document killing running rngdSean Whitton
2016-07-24silence kill when rngd not already runningSean Whitton
2016-07-24process management in keypairInsecurelyGeneratedSean Whitton
This makes Sbuild.keypairInsecurelyGenerated more robust, by handling several conditions that could cause it to fail.
2016-06-21Revert "docs on property ordering"Sean Whitton
This reverts commit cde491e5767caca7bf10bca16d625e713ba24a9b.
2016-06-19docs on property orderingSean Whitton
2016-06-19Sbuild.built conditionally reboots to new kernelSean Whitton
2016-06-19shorten haddock hyperlinksSean 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-13add DebianKernel datatypeFélix Sipma
(cherry picked from commit 3590a1241580ddcdd153e2619a3c02ce18a8db8c but without the changes to src/Propellor/Precompiled.hs)
2016-06-13convert Sbuild to new Architecture typeFélix Sipma
(cherry picked from commit e44ea6c16d84a8f369ae4ca27ff862f8f9844819)
2016-06-12tidy Sbuild.keypairInsecurelyGeneratedSean Whitton
2016-06-12Sbuild.keypairInsecurelyGeneratedSean Whitton
2016-05-23copy sample piuparts conf docSean Whitton
2016-05-22be more careful setting sbuild ccache limitsSean 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-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-21and delete it when we nuke the chrootSean Whitton
2016-05-21also move link in /etc/sbuild/chrootSean Whitton
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