MAINTAINERS: Improve the NetBSD regex pattern
authorThomas Huth <thuth@redhat.com>
Thu, 27 Jul 2017 10:09:34 +0000 (12:09 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 31 Jul 2017 10:05:49 +0000 (13:05 +0300)
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>
MAINTAINERS

index 5ea273f899ae416be7f6d8978c7119ad46a13797..577e17b78dc4d87d2e80395ae52ab4400a88eab7 100644 (file)
@@ -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