From owner-svn-src-all@FreeBSD.ORG Fri Sep 30 08:06:00 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DA67106566C; Fri, 30 Sep 2011 08:06:00 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4E8318FC0A; Fri, 30 Sep 2011 08:06:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8U860aq059248; Fri, 30 Sep 2011 08:06:00 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8U860Kx059246; Fri, 30 Sep 2011 08:06:00 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201109300806.p8U860Kx059246@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 30 Sep 2011 08:06:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-svnadmin@freebsd.org X-SVN-Group: svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225884 - svnadmin/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 08:06:00 -0000 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@freebsd.org svn for_paths = ^head(/[^/]+)*$ to_addr = src-committers@freebsd.org svn-src-all@freebsd.org svn-src-head@freebsd.org +[stable-9] +for_paths = ^stable/9(/[^/]+)*$ +to_addr = src-committers@freebsd.org svn-src-all@freebsd.org svn-src-stable@freebsd.org svn-src-stable-9@freebsd.org + [stable-8] for_paths = ^stable/8(/[^/]+)*$ to_addr = src-committers@freebsd.org svn-src-all@freebsd.org svn-src-stable@freebsd.org svn-src-stable-8@freebsd.org @@ -355,7 +359,7 @@ for_paths = ^stable/6(/[^/]+)*$ to_addr = src-committers@freebsd.org svn-src-all@freebsd.org svn-src-stable@freebsd.org svn-src-stable-6@freebsd.org [stable-other] -for_paths = ^stable/[^678](/[^/]+)*$ +for_paths = ^stable/[^6789](/[^/]+)*$ to_addr = src-committers@freebsd.org svn-src-all@freebsd.org svn-src-stable@freebsd.org svn-src-stable-other@freebsd.org [projects]