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]

Exclude google/* from bugzilla mail (issue4208043)


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 patch is available for review at http://codereview.appspot.com/4208043


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