[U-Boot] [U-Boot, 2/3] MAINTAINERS: comment out invalid maintainers

Tom Rini trini at ti.com
Thu Sep 25 16:45:04 CEST 2014


On Tue, Sep 16, 2014 at 02:11:50PM +0900, Masahiro Yamada wrote:

> The "S:    Orphan" in MAINTAINERS means that the maintainer in the
> "M:" field is unreachable (i.e. the email address is not working).
> (Refer to the definition of "Orphan" adopted in U-Boot
> in the log of commit 31f1b654b2f395b69faa5d0d3c1eb0803923bd3b,
> "boards.cfg: move boards with invalid emails to Orphan")
> 
> For patch files adding global changes, scripts/get_maintainer.pl
> adds bunch of such invalid email addresses, which results in
> tons of annoying bounce emails.
> 
> This commit can be reproduced by the following command:
> 
> find . -name MAINTAINERS | xargs sed -i -e '
> /^M:[[:blank:]]/ {
>       N
>       /S:[[:blank:]]Orphan/s/^/#/
> }
> '
> 
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140925/bd238f24/attachment.pgp>


More information about the U-Boot mailing list