commit | 1d7ed2ddddf39c51fcbc9309f08f42aba8ac2c70 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 05 10:44:16 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 05 10:44:16 2019 -0500 |
tree | cb5550808ce6757c1a863820e0863f1f94f1fd11 | |
parent | 615982051560cb7fef876fd8e719eea8427750d1 [diff] |
travis: Rework how we write the ~/.buildman file With python3 we're now tripping over a long-standing problem with how we add to the buildman file with some toolchains. We cannot have multiple toolchain-alias sections as that leads to a parse error. Signed-off-by: Tom Rini <trini@konsulko.com>