Merge lp:~cjwatson/launchpad-buildd/run-non-ascii-arguments into lp:launchpad-buildd
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 384 |
Proposed branch: | lp:~cjwatson/launchpad-buildd/run-non-ascii-arguments |
Merge into: | lp:launchpad-buildd |
Diff against target: |
127 lines (+45/-0) 5 files modified
debian/changelog (+2/-0) lpbuildd/target/chroot.py (+6/-0) lpbuildd/target/lxd.py (+5/-0) lpbuildd/target/tests/test_chroot.py (+17/-0) lpbuildd/target/tests/test_lxd.py (+15/-0) |
To merge this branch: | bzr merge lp:~cjwatson/launchpad-buildd/run-non-ascii-arguments |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Adam Collard (community) | Approve | ||
Launchpad code reviewers | Pending | ||
Review via email:
|
Commit message
Encode non-bytes subprocess arguments on Python 2.
Description of the change
This avoids crashing on non-ASCII file names under LC_CTYPE=C.
To post a comment you must log in.
+1