summaryrefslogtreecommitdiff
path: root/doc/todo/more_sbuild_improvements.mdwn
blob: 7ae7375bd1b396baf8e0634418d2f0523221a1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.