~cjwatson/launchpad-buildd/snap-image-info

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Colin Watson
  • Date: 2017-11-10 21:18:58 UTC
  • mfrom: (307.1.1 backend-run-cwd)
  • Revision ID: cjwatson@canonical.com-20171110211858-p6mvhx9ykp62oa1d
[r=wgrant] Make Backend.run(cwd=) work, and refactor BuildLiveFS and BuildSnap to
use it.  This fixes translation templates builds, which were assuming
that this worked.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  * Replace shell_escape function with shlex.quote (Python 3) or pipes.quote
6
6
    (Python 2).
7
7
  * Fix handling of null/empty-domain case in generate_pots.
 
8
  * Make Backend.run(cwd=) work, and refactor BuildLiveFS and BuildSnap to
 
9
    use it.  This fixes translation templates builds, which were assuming
 
10
    that this worked.
8
11
 
9
12
 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 09 Nov 2017 12:08:42 +0000
10
13