diff mbox

MAINTAINERS: qemu-trivial information

Message ID 1475765029-9508-1-git-send-email-laurent@vivier.eu
State New
Headers show

Commit Message

Laurent Vivier Oct. 6, 2016, 2:43 p.m. UTC
Information about "qemu-trivial" ML can be found in the wiki:

    http://wiki.qemu.org/Contribute/TrivialPatches

But the first place where a developer looks is the file MAINTAINERS.

This also allows the get_maintainer.pl script to display
the qemu-trivial ML address when the mail subject contains "trivial".

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Eric Blake Oct. 6, 2016, 4:24 p.m. UTC | #1
On 10/06/2016 09:43 AM, Laurent Vivier wrote:
> Information about "qemu-trivial" ML can be found in the wiki:
> 
>     http://wiki.qemu.org/Contribute/TrivialPatches
> 
> But the first place where a developer looks is the file MAINTAINERS.
> 
> This also allows the get_maintainer.pl script to display
> the qemu-trivial ML address when the mail subject contains "trivial".
> 

Does order of sections in the file matter? Should the trivial hunk be
place near the beginning of the file, rather than the (current) end
(which will likely devolve to some random place in the middle)?

> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9bca506..f58cda9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1720,3 +1720,12 @@ Docker based testing framework and cases
>  M: Fam Zheng <famz@redhat.com>
>  S: Maintained
>  F: tests/docker/
> +
> +TRIVIAL PATCHES
> +---------------
> +Trivial patches
> +M: Michael Tokarev <mjt@tls.msk.ru>
> +S: Maintained
> +L: qemu-trivial@nongnu.org
> +K: ^Subject:.*(?i)trivial
> +T: git git://git.corpit.ru/qemu.git trivial-patches
> 

The idea is cool, even if the placement can be improved.
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 9bca506..f58cda9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1720,3 +1720,12 @@  Docker based testing framework and cases
 M: Fam Zheng <famz@redhat.com>
 S: Maintained
 F: tests/docker/
+
+TRIVIAL PATCHES
+---------------
+Trivial patches
+M: Michael Tokarev <mjt@tls.msk.ru>
+S: Maintained
+L: qemu-trivial@nongnu.org
+K: ^Subject:.*(?i)trivial
+T: git git://git.corpit.ru/qemu.git trivial-patches