Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2009 15:59:14 +0200
From:      Dimitry Andric <dimitry@andric.com>
To:        =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= <des@des.no>
Cc:        svn-src-all@freebsd.org, src-committers@freebsd.org, Ken Smith <kensmith@FreeBSD.org>
Subject:   Re: svn commit: r196045 - stable/8
Message-ID:  <4A76ED32.80304@andric.com>
In-Reply-To: <86hbwpvxaq.fsf@ds4.des.no>
References:  <200908030813.n738D6x1040724@svn.freebsd.org> <86hbwpvxaq.fsf@ds4.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2009-08-03 15:31, Dag-Erling Sm=C3=B8rgrav 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 =3D stable/[^67]/.*
+for_paths =3D ^stable/[^67](/[^/]+)*$
 to_addr =3D src-committers@freebsd.org svn-src-all@freebsd.org svn-src-s=
table@freebsd.org svn-src-stable-other@freebsd.org
=20
into:

 [stable-other]
-for_paths =3D stable/[^67]/.*
+for_paths =3D ^stable/[^678](/[^/]+)*$
 to_addr =3D src-committers@freebsd.org svn-src-all@freebsd.org svn-src-s=
table@freebsd.org svn-src-stable-other@freebsd.org

while you're at it. :)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A76ED32.80304>