summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-11-21 16:34:14 -0400
committerJoey Hess2017-11-21 16:34:24 -0400
commit7b7a31a85a86b61c2c326244caa8cac5fa6f286d (patch)
tree50c7302917145768afecc46c48a40e845a05753b
parent462f0fd693554285afb149faf4ae5dbe798fda54 (diff)
merged sbuild overhaul
-rw-r--r--debian/changelog12
-rw-r--r--doc/todo/merge_request:_sbuild_overhaul.mdwn2
2 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index b11e25be..15c058cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,16 +2,16 @@ propellor (5.1.0) UNRELEASED; urgency=medium
* File.isSymlinkedTo now revertable. (minor API change)
* Sbuild module changes:
- - Type of Sbuild.built changed to accept additional properties to be ensured
- inside schroots. (API change)
+ - Type of Sbuild.built changed to accept additional properties to be
+ ensured inside schroots. (API change)
See the suggested usage in module's documentation for new syntax.
- Drop Sbuild.installed, Sbuild.builtFor, Sbuild.updated,
Sbuild.updatedFor. (API change)
Use Sbuild.built instead. See suggested usage in module's documentation.
- - Propellor no longer sets up apt proxies in chroots automatically.
- Instead, pass the new Sbuild.useHostProxy to Sbuild.built to have Propellor
- propagate the host's Apt proxy configuration into the chroot. See suggested
- usage in module's documentation.
+ - Propellor no longer sets up apt proxies in sbuild chroots automatically.
+ Instead, pass the new Sbuild.useHostProxy to Sbuild.built to have
+ Propellor propagate the host's Apt proxy configuration into the chroot.
+ See suggested usage in module's documentation.
- Internally, Propellor no longer invokes sbuild-createchroot(1) to build
schroots.
- Update documentation.
diff --git a/doc/todo/merge_request:_sbuild_overhaul.mdwn b/doc/todo/merge_request:_sbuild_overhaul.mdwn
index a245888b..9c4b60a5 100644
--- a/doc/todo/merge_request:_sbuild_overhaul.mdwn
+++ b/doc/todo/merge_request:_sbuild_overhaul.mdwn
@@ -17,3 +17,5 @@ Please consider merging the `sbuild-overhaul` branch of repo `https://git.spwhit
- Update documentation.
--spwhitton
+
+> [[merged|done]] --[[Joey]]