qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes"
@ 2014-10-21 11:35 Michael S. Tsirkin
  2014-10-21 16:55 ` Don Slutz
  2014-10-22  7:22 ` Michael S. Tsirkin
  0 siblings, 2 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2014-10-21 11:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Gerd Hoffmann, Markus Armbruster, Peter Maydell

We have a bunch of modules in "Odd fixes"
status, scripts/get_maintainer.pl ignores that.

Reported-by: Gerd Hoffmann <kraxel@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 scripts/get_maintainer.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 38334de..d5eee8c 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -514,7 +514,7 @@ sub range_is_maintained {
 	    my $type = $1;
 	    my $value = $2;
 	    if ($type eq 'S') {
-		if ($value =~ /(maintain|support)/i) {
+		if ($value =~ /(maintain|support|fix)/i) {
 		    return 1;
 		}
 	    }
-- 
MST

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

end of thread, other threads:[~2014-10-22  8:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 11:35 [Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes" Michael S. Tsirkin
2014-10-21 16:55 ` Don Slutz
2014-10-22  7:22 ` Michael S. Tsirkin
2014-10-22  7:45   ` Paolo Bonzini
2014-10-22  8:08     ` Michael S. Tsirkin
2014-10-22  8:07       ` Paolo Bonzini
2014-10-22  8:13         ` Michael S. Tsirkin
2014-10-22  8:18           ` Paolo Bonzini
2014-10-22  7:47   ` Markus Armbruster
2014-10-22  7:58     ` Paolo Bonzini
2014-10-22  8:07       ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).