]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Move full-help processing to main
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:32 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit309f0f15c9676bf2372e67bb2b9775277bb4bcbe
treed0545b409af16266ed07d2a03bfa97eedceadae7
parentb8be2bd83194222006d2f41bb107790d88fb987b
buildman: Move full-help processing to main

This does not need any of the control features. Move it out of main to
reduce the size of the do_buildman() function.

For Python 3.6 the -H feature will not work, but this does not seem to be
a huge problem, as it dates from 2016.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py
tools/buildman/main.py