Exclude google/* from bugzilla mail (issue4208043)

Diego Novillo dnovillo@google.com
Thu Feb 24 15:18:00 GMT 2011


On Thu, Feb 24, 2011 at 09:44, Ian Lance Taylor <iant@google.com> wrote:
>> This version only prevents bugzilla email when committing to google/*
>> branches.
>>
>> Index: svnmailer.conf
>> ===================================================================
>> --- svnmailer.conf    (revision 170444)
>> +++ svnmailer.conf    (working copy)
>> @@ -86,4 +86,7 @@ to_addr = java-cvs@gcc.gnu.org
>>  [gccdefault]
>>  to_addr = gcc-cvs@gcc.gnu.org
>>  #to_addr = dberlin@dberlin.org
>> +
>> +[gccbugzilla]
>>  bugzilla_to_addr = gcc-bugzilla@gcc.gnu.org
>> +exclude_paths = .*/branches/google/.*
>
> This looks reasonable to me.  I don't know if there is a way to test it
> before committing it.

I can make a single commit mentioning an existing PR and make sure it
doesn't generate traffic.

Joseph, Richard, does this look OK to you?


Diego.



More information about the Gcc-patches mailing list