
Dear Marek Vasut,
In message 1330981868-29895-1-git-send-email-marex@denx.de you wrote:
The -m option tries to find the board in MAINTAINERS file and figure out the email. The -M option lists boards including their maintainers emails and all affiliated emails. There are multiple strategies used to retrieve these emails:
- Check board/<boardname> with git log and use three most recent emails
- Check board/<boardname> with git log and use three most used emails
- Try finding board in MAINTAINERS file and retrieve all emails from there
The result is then sorted and unique results are retrieved and reported.
For -m option, only strategy 3) is used.
Signed-off-by: Marek Vasut marex@denx.de Cc: Wolfgang Denk wd@denx.de
MAKEALL | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 112 insertions(+), 3 deletions(-)
V2: Add -M option to lost all emails, let -m list only emails from MAINTAINERS. Fix issues found by wdenk (thanks!) V3: Fix issue when asking for maintainer of a non-existing board.
Note: the "V3" hint is missing in Subject:
There are still issues:
-> ./MAKEALL -m lwmon lwmon:tail: cannot open `1099' for reading: No such file or directory
-> ./MAKEALL -m ... galaxy5200:emillbrandt@dekaresearch.com galaxy5200_LOWBOOT:emillbrandt@dekaresearch.com icecube_5200:tail: +: invalid number of lines
icecube_5200_DDR:tail: +: invalid number of lines
icecube_5200_DDR_LOWBOOT:tail: +: invalid number of lines
icecube_5200_DDR_LOWBOOT08:tail: +: invalid number of lines
icecube_5200_LOWBOOT:tail: +: invalid number of lines
icecube_5200_LOWBOOT08:tail: +: invalid number of lines
inka4x0:dzu@denx.de ipek01:wg@denx.de jupiter:hs@denx.de Lite5200:tail: +: invalid number of lines
lite5200b:tail: +: invalid number of lines
lite5200b_LOWBOOT:tail: +: invalid number of lines
lite5200b_PM:tail: +: invalid number of lines
Lite5200_LOWBOOT:tail: +: invalid number of lines
Lite5200_LOWBOOT08:tail: +: invalid number of lines
mcc200: ...
Thanks for this great tool!
Best regards,
Wolfgang Denk