OSDN Git Service

verity: Split the signer arguments correctly
authorRicardo Cerqueira <ricardo@cyngn.com>
Mon, 11 Jul 2016 22:59:48 +0000 (23:59 +0100)
committerMichael Bestas <mikeioannina@gmail.com>
Sun, 1 Jan 2017 23:30:04 +0000 (01:30 +0200)
commit6d392dd326d8f3a5faaae581b59e0abcfb84a74b
tree6ac1c442aa41bfbb520da521d2f4320269a30872
parent4cf4689656c22015626c1e970995c84710eb9c2e
verity: Split the signer arguments correctly

verity_signer can reach the metadata generator with arguments,
which weren't being accounted for when popen'ing the subprocess.

Split the already-existing command string instead of re-generating
the list.

Ref CYNGNOS-3156

Change-Id: Ib8be4312d8e53f00f7378d2eb470de70e8a0495f
verity/build_verity_metadata.py