diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-28 20:19:46 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-28 20:19:46 -0400 |
| commit | 91fdbf35886b88930162aaa8e68078ba34dee180 (patch) | |
| tree | 5f2fd8f10ea25ac6049348754b0634792bc5248c | |
| parent | 4b2eb5f267769ddb9f0d21201418ed14d126e99e (diff) | |
merge
| -rw-r--r-- | debian/changelog | 25 | ||||
| -rw-r--r-- | doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn | 2 |
2 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c014eeba..c66038d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +propellor (4.7.0) UNRELEASED; urgency=medium + + * Add Apt.proxy property to set a host's apt proxy. + Thanks, Sean Whitton. + * Add Apt.useLocalCacher property to set up apt-cacher-ng. + Thanks, Sean Whitton. + * Rework Sbuild properties to use apt proxies/cachers instead of + bind-mounting the host's apt cache. This makes it possible to run more + than one build at a time, and lets sbuild run even if apt's cache is + locked by the host's apt. + Thanks, Sean Whitton. + * Sbuild: When Apt.proxy is set, it is assumed that the proxy does some + sort of caching, and sbuild chroots are set up to use the same proxy. + * Sbuild: When Apt.proxy is not set, install apt-cacher-ng, and point + sbuild chroots at the local apt cacher. + * Sbuild: Droped Sbuild.piupartsConfFor, Sbuild.piupartsConf, + Sbuild.shareAptCache + (API change) + No longer needed now that we are using apt proxies/cachers. + * Sbuild: Updated sample config in haddock for Propellor.Property.Sbuild. + If you use this module, please compare both your config.hs and + your ~/.sbuildrc with the haddock documentation. + + -- Joey Hess <id@joeyh.name> Fri, 28 Jul 2017 20:13:58 -0400 + propellor (4.6.2) unstable; urgency=medium * Systemd.nspawned: Recent systemd versions such as 234 ignore diff --git a/doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn b/doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn index 62f619db..d37d6806 100644 --- a/doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn +++ b/doc/todo/sbuild_setup_should_use_apt-cacher-ng.mdwn @@ -18,3 +18,5 @@ Sample text for changelog/description of changes: Please compare both your config.hs and your ~/.sbuildrc against the haddock. --spwhitton + +> merge [[done]] --[[Joey]] |
