commit | 14d39c9e1dc9397febd58399a70f32e7481bbc27 | [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 | b62553736e0131b88befad128a2dd40c75e3293c [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>