]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/genboardscfg.py: pick up also commented maitainers
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 16 Sep 2014 05:11:49 +0000 (14:11 +0900)
committerTom Rini <trini@ti.com>
Wed, 24 Sep 2014 22:30:28 +0000 (18:30 -0400)
commit5dff844d7ff1704534905db9beb888f5552adb84
treec8e9c8bfa10d739639a8c3f621f2041c6dd239b0
parent129acd4c75f85bdb7f1267fe5f1187e0fc37d221
tools/genboardscfg.py: pick up also commented maitainers

We are still keeping invalid email addressed in MAINTAINERS
because they carry information.

The problem is that scripts/get_maintainer.pl adds emails in the
"M:" field including invalid ones.

We want to comment out invalid email addresses in MAINTAINERS
to prevent scripts/get_maintainer.pl from picking them up.
On the other hand, we want to collect them for boards.cfg
to know the last known maintainer of each board.

This commit adjusts tools/genboardscfg.py to parse also
the commented "M:" fields, which is useful for the next commit.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
tools/genboardscfg.py