summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-15add a description for Apt.useLocalCacherSean Whitton
2017-07-15add installing lintian to sample sbuild configSean Whitton
If the user has installed the sample .sbuildrc in /root, sbuild-createchroot will error out unless lintian is installed.
2017-07-15fix ordering of arguments to piuparts in sample .sbuildrcSean Whitton
2017-07-15assume cleanup property did nothingSean Whitton
2017-07-15ensure that cleaning up doesn't fail if nothing to clean upSean Whitton
2017-07-15factor out a 'return'Sean Whitton
2017-07-15commentSean Whitton
2017-07-15tweak sbuild haddockSean Whitton
Don't suggest enabling an apt cacher by running propellor inside the schroot, since we now have Apt.proxy.
2017-07-15sbuild properties set up an apt cache or use existing apt proxySean Whitton
2017-07-15drop Apt.piupartsConf, Apt.piupartsConfFor, Apt.shareAptCacheSean Whitton
Migrating to use apt-cacher-ng instead of bind mounting the apt cache. This will permit multiple builds to run simultaneously.
2017-07-15drop suggestion to use Apt.mirror for a LAN apt cacherSean Whitton
It is probably best to use Apt.proxy for this.
2017-07-15add Apt.proxy, Apt.useLocalCacherSean Whitton
2017-07-13formattingJoey Hess
2017-07-13releasing package propellor version 4.3.3Joey Hess
2017-07-13Merge branch 'joeyconfig'Joey Hess
2017-07-13rename src/config.hsJoey Hess
This works around an infelicity in stack; it complains when there are both a toplevel config.hs and a src/config.hs, despite that being fine with cabal.
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13Merge branch 'joeyconfig'Joey Hess
2017-07-13fix typo in build pathJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13Updated stack config to lts-8.22.Joey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13use stack build --dry-run to check if deps are installedJoey Hess
The system might have stack installed, so stack --version would succeed, but need stack setup to be run to get a working ghc. This will fail if stack is not installed, or if stack setup needs to be run. It does not fail when haskell libraries are not installed, but stack build will install those anyway, so that's ok.
2017-07-13propellor spinJoey Hess
2017-07-13export BuilderJoey Hess
2017-07-13clean up after mergeJoey Hess
2017-07-13closeJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13setting up joeyconfig after mergeJoey Hess
2017-07-13move unreleased stuff to topJoey Hess
2017-07-13Merge branch 'joeyconfig'Joey Hess
2017-07-13propellor spinJoey Hess
2017-07-13changelogJoey Hess
2017-07-13Merge commit 'cc7d4cb4b1bddbdebbb69c04f14dcac5041f7607' into joeyconfigJoey Hess
2017-07-13finally really fixed HEAD problemJoey Hess
My first try with a pipe was the right approach, and was almost right, except I forgot to close the write end of the pipe, and so it was inherited by the forked process, leading to deadlock.
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess