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: Change svnmailer hooks to ignore branches/google/* (issue4208043)


Diego Novillo <dnovillo@google.com> writes:

> Yeah.  Does anyone know how svnmailer works?  Any way to tell it not
> to trigger bugzilla mail for some branches?  I'm fine with gcc-cvs
> mail, but I really would like to avoid bugzilla mail.

svnmailer is controlled by //gcc.gnu.org/svn/gcc/hooks/svnmailer.conf.
You can set for_paths and exclude_paths in the [gccdefault] section to
control whether bugzilla_to_addr is set.  If bugzilla_to_addr is not set
for some paths, then commits to those paths will not be sent to
bugzilla.  Docs can be found at http://opensource.perlig.de/svnmailer/ .
We are currently running version 1.1.0 on gcc.gnu.org.

Ian


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