diff options
| author | spwhitton <spwhitton@web> | 2016-09-06 00:20:47 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2016-09-06 00:20:47 +0000 |
| commit | f5856d28625b031d74d0e5f188928107ada4298f (patch) | |
| tree | 10c7cb50a9c45d591ff7953950346bfa14246b98 /doc/todo | |
| parent | 3a14e3410790be1457aff595bc4189ca2159a6f9 (diff) | |
submit merge request
Diffstat (limited to 'doc/todo')
| -rw-r--r-- | doc/todo/more_sbuild_improvements.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/todo/more_sbuild_improvements.mdwn b/doc/todo/more_sbuild_improvements.mdwn new file mode 100644 index 00000000..7ae7375b --- /dev/null +++ b/doc/todo/more_sbuild_improvements.mdwn @@ -0,0 +1,13 @@ +Please consider merging branch `sbuild-fixes` of repo `https://git.spwhitton.name/propellor`. + +User-visible changes, excerpted from changelog: + + * Using ccache with Sbuild.built & Sbuild.builtFor is now toggleable: these + properties now take a parameter of type Sbuild.UseCcache. (API Change) + * Sbuild.piupartsConf: no longer takes an Apt.Url. (API Change) + * Sbuild.piupartsConf & Sbuild.piupartsConfFor: does nothing if corresponding + schroot not built. + Previously, these properties built the schroot if it was missing. + * Sbuild.built & Sbuild.piupartsConf: add an additional alias to sid chroots. + This is for compatibility with `dgit sbuild`. + * Further improvements to Sbuild.hs haddock. |
