diff mbox

Exclude google/* from bugzilla mail (issue4208043)

Message ID 20110224140407.0C073AE1E9@tobiano.tor.corp.google.com
State New
Headers show

Commit Message

Diego Novillo Feb. 24, 2011, 2:04 p.m. UTC
This version only prevents bugzilla email when committing to google/*
branches.


--
This patch is available for review at http://codereview.appspot.com/4208043

Comments

Ian Lance Taylor Feb. 24, 2011, 2:44 p.m. UTC | #1
dnovillo@google.com (Diego Novillo) writes:

> 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.

Ian
Diego Novillo Feb. 24, 2011, 2:48 p.m. UTC | #2
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.
diff mbox

Patch

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/.*