public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] introduce get_maintainer.pl
@ 2014-07-26 18:54 Daniel Schwierzeck
  2014-07-26 18:54 ` [U-Boot] [PATCH v1 1/4] MAINTAINERS: add initial version Daniel Schwierzeck
                   ` (3 more replies)
  0 siblings, 4 replies; 24+ messages in thread
From: Daniel Schwierzeck @ 2014-07-26 18:54 UTC (permalink / raw)
  To: u-boot


This series imports get_maintainer.pl from kernel and reintroduce
the MAINTAINERS file in the according format. Currently one have to
manually grep all infos about board maintainers or custodians from
various sources like git log, wiki or boards.cfg. get_maintainer.pl
makes this task much easier. Also patman is already able to use it
for cc-cmd.

The MAINTAINERS file contains all custodians and is hand-written based
on infos from wiki [1] and u-boot git forks [2]. Thus the source files
infos (F:) are not complete yet. Furthermore status (S:) and
maintainership (M:) for some custodian trees are probably wrong.
Any help in completing and fixing that is appreciated.

The get_maintainers.pl script is modified to scan multiple
MAINTAINERS files in the board directory. This is required
with the switch to Kconfig which adds a MAINTAINERS file per board.

Examples:

 $ ./scripts/get_maintainer.pl --nogit-fallback -f board/sandbox/
   Simon Glass <sjg@chromium.org> (maintainer:SANDBOX BOARD)
   u-boot at lists.denx.de (open list)

 $ ./scripts/get_maintainer.pl --nogit-fallback -f arch/sandbox/
   Simon Glass <sjg@chromium.org> (maintainer:SANDBOX)
   u-boot at lists.denx.de (open list)

 $ ./scripts/get_maintainer.pl --nogit-fallback -f board/sandburst/metrobox/
   Travis Sawyer <travis.sawyer@sandburst.com> (orphan (since 2014-03):METROBOX BOARD)
   u-boot at lists.denx.de (open list)

This series is also available at git://git.denx.de/u-boot-mips.giti/maintainers.
Additionally the branch maintainers_kconfig_v5 is merged with Masahiro's kconfig_v5
branch to allow testing with the board-specific MAINTAINERS files.

[1] http://www.denx.de/wiki/U-Boot/Custodians
[2] http://git.denx.de/?p=u-boot.git;a=forks


Daniel Schwierzeck (4):
  MAINTAINERS: add initial version
  get_maintainer.pl: import script from linux 3.15
  get_maintainer.pl: adapt to U-Boot tree
  get_maintainer.pl: add support for scanning multiple MAINTAINERS files

 MAINTAINERS               |  338 +++++++
 scripts/get_maintainer.pl | 2270 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2608 insertions(+)
 create mode 100644 MAINTAINERS
 create mode 100755 scripts/get_maintainer.pl

-- 
2.0.3

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2014-08-04 10:14 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26 18:54 [U-Boot] [PATCH v1 0/4] introduce get_maintainer.pl Daniel Schwierzeck
2014-07-26 18:54 ` [U-Boot] [PATCH v1 1/4] MAINTAINERS: add initial version Daniel Schwierzeck
2014-07-26 19:39   ` Jeroen Hofstee
2014-07-26 20:50     ` Daniel Schwierzeck
2014-07-27 18:25       ` Jeroen Hofstee
2014-07-28  7:30   ` Michal Simek
2014-07-28 15:49     ` Tom Rini
2014-07-28  8:15   ` Ian Campbell
2014-07-28 14:03     ` Daniel Schwierzeck
2014-07-29  1:52   ` Masahiro Yamada
2014-07-29 11:52     ` Daniel Schwierzeck
2014-07-29 11:59   ` [U-Boot] [PATCH v2 " Daniel Schwierzeck
2014-07-30  6:27     ` Masahiro Yamada
2014-07-30  8:33     ` Masahiro Yamada
2014-07-30  9:02       ` Daniel Schwierzeck
2014-07-29 12:14   ` [U-Boot] [PATCH v1 " Stefano Babic
2014-07-29 12:29     ` Daniel Schwierzeck
2014-07-26 18:54 ` [U-Boot] [PATCH v1 2/4] get_maintainer.pl: import script from linux 3.15 Daniel Schwierzeck
2014-07-30 13:52   ` Simon Glass
2014-07-31 23:20     ` Daniel Schwierzeck
2014-08-04 10:14       ` Simon Glass
2014-07-26 18:54 ` [U-Boot] [PATCH v1 3/4] get_maintainer.pl: adapt to U-Boot tree Daniel Schwierzeck
2014-07-30 13:53   ` Simon Glass
2014-07-26 18:54 ` [U-Boot] [PATCH v1 4/4] get_maintainer.pl: add support for scanning multiple MAINTAINERS files Daniel Schwierzeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox