[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 3/3] get_maintainer.pl: Adjust to review comments
On Tue, 2013-11-05 at 09:11 -0500, Don Slutz wrote: > From: Don Slutz <dslutz@xxxxxxxxxxx> Please can you list the specific changes for the changelog. No need to resend, I'll fold the list into the commit message. > @@ -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; > + } Just to confirm: This doesn't suppress any xen-devel@ CC, which should always be there, does it? Ian _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |