]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Just display a single line for missing maintainers
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:24 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit4cab9aa65fc3b8c3dd39546bd817273e8332cbe7
treecd9e293ecf7a0df39898632f7627e732d4fe9d74
parentc649153b5885ebd2beeb9ebf997896da8321c480
buildman: Just display a single line for missing maintainers

At present we get multiple lines of output when a board has no MAINTAINERS
entry:

   WARNING: no status info for 'bananapi-m2-pro'
   WARNING: no maintainers for 'bananapi-m2-pro'

Suppress the 'status' one since it is implied by the other.

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