summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
AgeCommit message (Collapse)Author
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
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
2016-05-20move fixConfFile into the propellor monadSean Whitton
2016-05-20show instance for SbuildSchrootSean Whitton
2016-05-20fix bracketing and type errorsSean Whitton
2016-05-19fix firewall monoidSean Whitton
2016-05-19add missing importsSean Whitton
2016-05-19Revert "Sbuild.updated cleans a non-shared apt-cache"Sean Whitton
With overlay mounts this is irrelevant; there's no reason ever to clean or autoclean.
2016-05-19Sbuild.updated cleans a non-shared apt-cacheSean Whitton
2016-05-19script spacingSean Whitton
2016-05-19fill in buntish standard mirrorSean Whitton
2016-05-19Sbuild.built & Sbuild.builtFor now revertableSean Whitton
2016-05-19execute modes on ccache sbuild setup scriptSean Whitton
2016-05-19wiki creditSean Whitton
2016-05-19Sbuild.ccachePreparedSean Whitton
2016-05-19Sbuild.blockNetworkSean Whitton
2016-05-19more lines into the schroot configSean Whitton
2016-05-17re-insert build codeSean Whitton
2016-05-17property descs & rewrite updatedSean Whitton
2016-05-17rewrite fixConfFileSean Whitton
2016-05-17more underscoresSean Whitton