]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Correct logic for missing maintainers
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:26 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commitefe9d0a4de239e4ddef466388d97c4ff7688ed50
tree7b3c7cb1579be5f776c8a32e3fed5d3ed087cc8f
parent82e3300b72381f4502a6d683d323d55c198d3b37
buildman: Correct logic for missing maintainers

An orphaned board should produce a warning, as should a missing name for
the maintainer (when '-' is provided). Add these cases.

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