
Hi Tom,
On Thu, 24 Oct 2019 at 19:04, Simon Glass sjg@chromium.org wrote:
Convert buildman to Python 3 and make it use that, to meet the 2020 deadline.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
tools/buildman/board.py | 7 +-- tools/buildman/bsettings.py | 20 +++---- tools/buildman/builder.py | 45 ++++++++-------- tools/buildman/builderthread.py | 24 ++++----- tools/buildman/buildman.py | 10 ++-- tools/buildman/control.py | 40 +++++++------- tools/buildman/func_test.py | 16 +++--- tools/buildman/test.py | 22 ++++---- tools/buildman/toolchain.py | 93 +++++++++++++++++---------------- 9 files changed, 139 insertions(+), 138 deletions(-)
I am a bit mystified by this:
https://gitlab.denx.de/u-boot/custodians/u-boot-dm/-/jobs/25186
It runs locally and I cannot see why it is not using unicode. Are there instructions on how to get to the same Python version as gitlab? I fear a steep learning curve coming.
Regards, Simon