Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] introduce maintainers (branch yem/maintainers)
@ 2015-03-22 17:18 Yann E. MORIN
  2015-03-22 17:18 ` [Buildroot] [PATCH 1/3] support: add script to find maintainers Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Yann E. MORIN @ 2015-03-22 17:18 UTC (permalink / raw)
  To: buildroot

Hello All!

This small series introduces the notion of maintainers.

We introduce a top-level MAINTAINERS file, not unlike the Linux kernel,
but sorted by people rather than topics; more than one person may
register as maintainer for a specific topic. Topics are patterns that
refer to any file or directory in the tree; see the first patch and the
content of MAINTAINERS for how it is formatted.

We also introduce a script to help find a maintainer for a pacakge or an
architecutre, which can get its input via:
  - command-line arguments '-p PKG' or '-a ARCH',
  - an autobuild result "-b SHA1" or "-b URL",
  - a patch on stdin.

And I added myself as a maintainer for some stuff.

Regards,
Yann E. MORIN.


The following changes since commit e16796942a6f68391e69961e5045ce20b56063e2:

  attr: backport upstream patches to fix build on musl (2015-03-21 10:13:51 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/maintainers

for you to fetch changes up to cb8b3fc6e8a055d56c8fbedccace7adc5b700f2a:

  maintainers: add myself to a bit more stuff (2015-03-22 18:06:11 +0100)

----------------------------------------------------------------
Yann E. MORIN (3):
      support: add script to find maintainers
      support/maintainers: add support for autobuild results
      maintainers: add myself to a bit more stuff

 MAINTAINERS                      |  49 ++++++++++
 support/scripts/check-maintainer | 191 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 240 insertions(+)
 create mode 100644 MAINTAINERS
 create mode 100755 support/scripts/check-maintainer

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2015-04-25 13:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-22 17:18 [Buildroot] [PATCH 0/3] introduce maintainers (branch yem/maintainers) Yann E. MORIN
2015-03-22 17:18 ` [Buildroot] [PATCH 1/3] support: add script to find maintainers Yann E. MORIN
2015-04-25 12:09   ` André Erdmann
2015-04-25 12:46     ` Yann E. MORIN
2015-04-25 13:01       ` Yann E. MORIN
2015-04-25 13:44       ` André Erdmann
2015-03-22 17:18 ` [Buildroot] [PATCH 2/3] support/maintainers: add support for autobuild results Yann E. MORIN
2015-04-25 12:09   ` André Erdmann
2015-04-25 12:49     ` Yann E. MORIN
2015-03-22 17:18 ` [Buildroot] [PATCH 3/3] maintainers: add myself to a bit more stuff Yann E. MORIN

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