From: Don Slutz <dslutz@verizon.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: Matthew Daley <mattjd@gmail.com>, Keir Fraser <keir@xen.org>,
Jan Beulich <JBeulich@suse.com>, Don Slutz <dslutz@verizon.com>,
xen-devel@lists.xen.org
Subject: Re: [PATCH v3 3/3] get_maintainer.pl: Adjust to review comments
Date: Tue, 5 Nov 2013 09:43:45 -0500 [thread overview]
Message-ID: <52790421.7090502@terremark.com> (raw)
In-Reply-To: <1383661151.13961.77.camel@kazak.uk.xensource.com>
[-- Attachment #1.1: Type: text/plain, Size: 3481 bytes --]
On 11/05/13 09:19, Ian Campbell wrote:
> On Tue, 2013-11-05 at 09:11 -0500, Don Slutz wrote:
>> From: Don Slutz <dslutz@verizon.com>
> Please can you list the specific changes for the changelog. No need to
> resend, I'll fold the list into the commit message.
Not sure how much you want.
Here is the long versions (Includeing the change fro reference):
-my $email_git_fallback = 1;
+my $email_git_fallback = 0;
Date: Fri, 4 Oct 2013 19:03:44 +1300
From: Matthew Daley <mattjd@gmail.com>
This script was discussed in the recent past (
http://lists.xen.org/archives/html/xen-devel/2013-03/msg00984.html )
and IIUC the consensus was that, if it were to go in, the Git fallback
searches would be disabled ($email_git_fallback = 0, AFAIK). IMO It's
not necessary for a (relative to Linux) small project like Xen, with
adequate MAINTAINERS coverage, to need this fallback.
-my $output_rolestats = 1;
+my $output_rolestats = 0;
Date: Fri, 4 Oct 2013 20:25:51 +1300
From: Matthew Daley <mattjd@gmail.com>
Also, I think I needed to set $output_rolestats = 0 to get sensible
output (without the unnecessary role stuff).
+my $email_drop_the_rest_supporter_if_supporter_found = 1;
+ 'drop_the_rest_supporter!' =>
\$email_drop_the_rest_supporter_if_supporter_found,
>> @@ -651,6 +653,19 @@ sub get_maintainers {
>> }
>> }
>>
>> + if ($email_drop_the_rest_supporter_if_supporter_found && $#email_to > 0) {
>> + my @email_new;
>> + my $do_replace = 0;
>> + foreach my $email (@email_to) {
>> + if ($email->[1] ne 'supporter:THE REST') {
>> + $do_replace = 1;
>> + push @email_new, $email;
>> + }
>> + }
>> + @email_to = @email_new
>> + if $do_replace;
>> + }
Date: Fri, 4 Oct 2013 19:03:44 +1300
From: Matthew Daley <mattjd@gmail.com>
Also, speaking of adequate MAINTAINERS coverage, the last entry which
attempts to have Keir as a fallback for "everything else" actually
mean Keir is CC'd on everything using the script. This is because it
uses all matching regexes and not just the most specific. Perhaps this
entry needs to be commented out (leaving it their for manual
inspection), or removed entirely?
Date: Fri, 4 Oct 2013 10:35:19 +0100
From: Jan Beulich <JBeulich@suse.com>
Or the script be made more intelligent? After all, the entry is there
for a reason...
> Just to confirm: This doesn't suppress any xen-devel@ CC, which should
> always be there, does it?
Nope. It only drops the e-mail (currently Keir Fraser) for
"supporter:THE REST" role when any other role is found. Also you can
turn it off with --nodrop_the_rest_supporter
don-760:~/xen>scripts/get_maintainer.pl --nodrop_the_rest_supporter
config_v2/0001-.config-Allow-all-URL-s-to-be-specified-in-.config.patch
Keir Fraser <keir@xen.org>
Ian Jackson <ian.jackson@eu.citrix.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Ian Campbell <ian.campbell@citrix.com>
xen-devel@lists.xen.org
don-760:~/xen>scripts/get_maintainer.pl
config_v2/0001-.config-Allow-all-URL-s-to-be-specified-in-.config.patch
Ian Jackson <ian.jackson@eu.citrix.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Ian Campbell <ian.campbell@citrix.com>
xen-devel@lists.xen.org
-Don Slutz
> Ian
>
[-- Attachment #1.2: Type: text/html, Size: 6667 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2013-11-05 14:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-05 14:11 [PATCH v3 0/3] Add get_maintainer.pl to Xen Don Slutz
2013-11-05 14:11 ` [PATCH v3 1/3] Add linux version of get_maintainer.pl Don Slutz
2013-11-05 14:11 ` [PATCH v3 2/3] get_maintainer.pl: Convert to Xen tree Don Slutz
2013-11-05 14:11 ` [PATCH v3 3/3] get_maintainer.pl: Adjust to review comments Don Slutz
2013-11-05 14:19 ` Ian Campbell
2013-11-05 14:43 ` Don Slutz [this message]
2013-11-05 14:50 ` Ian Campbell
2013-11-05 14:53 ` Don Slutz
2013-11-05 14:22 ` [PATCH v3 0/3] Add get_maintainer.pl to Xen Ian Campbell
2013-11-19 14:03 ` Ian Campbell
2013-11-19 15:50 ` Don Slutz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52790421.7090502@terremark.com \
--to=dslutz@verizon.com \
--cc=Ian.Campbell@citrix.com \
--cc=JBeulich@suse.com \
--cc=keir@xen.org \
--cc=mattjd@gmail.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).