]> git.baikalelectronics.ru Git - uboot.git/commit
travis: Add check for configs without MAINTAINERS entries
authorTom Rini <trini@konsulko.com>
Thu, 6 Dec 2018 21:39:43 +0000 (16:39 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Dec 2018 22:21:36 +0000 (17:21 -0500)
commit52e6b0a7e7cb396204f87f954a468d09d4033a11
tree452dfc731aae6505fb195c72c239486a88f2155c
parent7328a8cab17ee104465fe27d30690f74ad677bac
travis: Add check for configs without MAINTAINERS entries

The genboardscfg.py script will emit a WARNING message if we have new
defconfig files that are not listed in a MAINTAINERS file.  Make new
cases of this a failure we catch in Travis-CI.

Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml