summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorThomas Huth2017-07-27 12:09:34 +0200
committerMichael Tokarev2017-07-31 12:05:49 +0200
commit1b61270be156872e52291698afc1fdec5b055842 (patch)
treeafa572dd157b1beccf1df31eb61c720bdd1c1609 /MAINTAINERS
parentfix qemu-system-unicore32 crashing when calling without -kernel (diff)
downloadqemu-1b61270be156872e52291698afc1fdec5b055842.tar.gz
qemu-1b61270be156872e52291698afc1fdec5b055842.tar.xz
qemu-1b61270be156872e52291698afc1fdec5b055842.zip
MAINTAINERS: Improve the NetBSD regex pattern
Currently get_maintainers.pl claims that the configure script is maintained by Kamil: $ scripts/get_maintainer.pl -f configure Kamil Rytarowski <kamil@netbsd.org> (maintainer:NETBSD) qemu-devel@nongnu.org (open list:All patches CC here) This happens because the regex pattern for the NETBSD entry triggers on everything that contains the keyword "NetBSD". Ease the situation a little bit by restricting this to "Subject:" lines only, like we do it in the "trivial patches" section already. Reported-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5ea273f899..577e17b78d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -353,7 +353,7 @@ NETBSD
L: qemu-devel@nongnu.org
M: Kamil Rytarowski <kamil@netbsd.org>
S: Maintained
-K: (?i)NetBSD
+K: ^Subject:.*(?i)NetBSD
W32, W64
L: qemu-devel@nongnu.org