svn commit: r225884 - svnadmin/conf

Bjoern A. Zeeb bz at FreeBSD.org
Fri Sep 30 08:06:00 UTC 2011


Author: bz
Date: Fri Sep 30 08:05:58 2011
New Revision: 225884
URL: http://svn.freebsd.org/changeset/base/225884

Log:
  Add the stable-9 block so that commits to stable/9 will also get a proper
  X-SVN-Group: header to filter and are archived to their own list as well.
  
  It might be worth mentioning that postmaster informed me that the
  per-stable-branch lists are not having many subscribers so we might want
  to re-consider if we want/need the dedicated per-stable-branch list
  for archiving in the future.
  
  Reviewed by:	simon

Modified:
  svnadmin/conf/mailer.conf

Modified: svnadmin/conf/mailer.conf
==============================================================================
--- svnadmin/conf/mailer.conf	Fri Sep 30 05:17:57 2011	(r225883)
+++ svnadmin/conf/mailer.conf	Fri Sep 30 08:05:58 2011	(r225884)
@@ -342,6 +342,10 @@ to_addr = src-committers at freebsd.org svn
 for_paths = ^head(/[^/]+)*$
 to_addr = src-committers at freebsd.org svn-src-all at freebsd.org svn-src-head at freebsd.org
 
+[stable-9]
+for_paths = ^stable/9(/[^/]+)*$
+to_addr = src-committers at freebsd.org svn-src-all at freebsd.org svn-src-stable at freebsd.org svn-src-stable-9 at freebsd.org
+
 [stable-8]
 for_paths = ^stable/8(/[^/]+)*$
 to_addr = src-committers at freebsd.org svn-src-all at freebsd.org svn-src-stable at freebsd.org svn-src-stable-8 at freebsd.org
@@ -355,7 +359,7 @@ for_paths = ^stable/6(/[^/]+)*$
 to_addr = src-committers at freebsd.org svn-src-all at freebsd.org svn-src-stable at freebsd.org svn-src-stable-6 at freebsd.org
 
 [stable-other]
-for_paths = ^stable/[^678](/[^/]+)*$
+for_paths = ^stable/[^6789](/[^/]+)*$
 to_addr = src-committers at freebsd.org svn-src-all at freebsd.org svn-src-stable at freebsd.org svn-src-stable-other at freebsd.org
 
 [projects]


More information about the svn-src-svnadmin mailing list