diff options
| author | spwhitton <spwhitton@web> | 2017-11-20 22:44:12 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-11-20 22:44:12 +0000 |
| commit | a19980ea1ae0a7287fd3658e09712d4123f6332e (patch) | |
| tree | 2290953b0d582eb6bd8ed4939fd1b5ee63ba9a36 | |
| parent | bacb87f2203842c3014e55f7f19c6b408b475ca4 (diff) | |
submit merge request
| -rw-r--r-- | doc/todo/merge_request:_sbuild_overhaul.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/todo/merge_request:_sbuild_overhaul.mdwn b/doc/todo/merge_request:_sbuild_overhaul.mdwn new file mode 100644 index 00000000..a245888b --- /dev/null +++ b/doc/todo/merge_request:_sbuild_overhaul.mdwn @@ -0,0 +1,19 @@ +Please consider merging the `sbuild-overhaul` branch of repo `https://git.spwhitton.name/propellor`. + + * 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) + 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. + - Internally, Propellor no longer invokes sbuild-createchroot(1) to build + schroots. + - Update documentation. + +--spwhitton |
