svn commit: r196045 - stable/8

Dimitry Andric dimitry at andric.com
Mon Aug 3 13:59:14 UTC 2009


On 2009-08-03 15:31, Dag-Erling Smørgrav wrote:
> This should have been tagged with X-SVN-Group: stable-8, but it wasn't,
> because a) someone forgot to add stable-8 to svnadmin/conf/mailer.conf
> and b) a stable-8 entry patterned on the existing stable-7 entry
> wouldn't have worked anyway, because the regexp requires a slash (i.e.
> stable/8/).  Patch attached.

You might want to change:

 [stable-other]
-for_paths = stable/[^67]/.*
+for_paths = ^stable/[^67](/[^/]+)*$
 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
 
into:

 [stable-other]
-for_paths = stable/[^67]/.*
+for_paths = ^stable/[^678](/[^/]+)*$
 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

while you're at it. :)



More information about the svn-src-all mailing list