[PATCH v4 16/83] buildman: Just display a single line for missing maintainers
    Simon Glass 
    sjg at chromium.org
       
    Mon Jul 24 20:46:07 CEST 2023
    
    
  
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 at chromium.org>
---
(no changes since v3)
Changes in v3:
- Add new patch to display a single line for missing maintainers
 tools/buildman/boards.py    | 8 ++++++--
 tools/buildman/func_test.py | 1 -
 2 files changed, 6 insertions(+), 3 deletions(-)
Applied to u-boot-dm, thanks!
    
    
More information about the U-Boot
mailing list