This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Exclude google/* from bugzilla mail (issue4208043)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]