diskimage-builder/elements/package-installs/bin
Ian Wienand fb942b752d Use strings in package-installs follow output
I noticed in debugging that with python3 all the pkg-installs output
is preceeded by a b'foo', which suggests coding issues lurking.

The universal_newlines argument makes subprocess readline() returns a
decoded str (via locale) instead of a byte-string.  This clears up a
couple of points where we explicitly decode and cleans up the print
output.

Minor formatting cleanup of command and exit display.  Don't strip the
leading spaces so indents retain in the output

Change-Id: I2894f10a0c2fc618563641b9d106b716f4a544aa
2017-01-18 19:26:40 +11:00
..
package-installs Merge "Standarise tracing for scripts" 2015-03-04 00:38:44 +00:00
package-installs-squash Replace yaml.load() with yaml.safe_load() 2017-01-16 15:07:05 +07:00
package-installs-v2 Use strings in package-installs follow output 2017-01-18 19:26:40 +11:00
package-uninstalls Standarise tracing for scripts 2015-02-12 10:41:32 +11:00