Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 14:15:30 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-svnadmin@freebsd.org
Subject:   svn commit: r256270 - svnadmin/conf
Message-ID:  <201310101415.r9AEFUb2059406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Thu Oct 10 14:15:30 2013
New Revision: 256270
URL: http://svnweb.freebsd.org/changeset/base/256270

Log:
  Prepare for stable/10 branch creation:
  
  - approvers:
    - Require re@ approval for commits to stable/10
    - Add sys/dev/random and sys/libkern/arc4random.c paths
      to include stable/10 after the thaw (commented)
  
  - paths:
    - Add stable/10
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  svnadmin/conf/approvers
  svnadmin/conf/paths

Modified: svnadmin/conf/approvers
==============================================================================
--- svnadmin/conf/approvers	Thu Oct 10 14:03:03 2013	(r256269)
+++ svnadmin/conf/approvers	Thu Oct 10 14:15:30 2013	(r256270)
@@ -17,6 +17,7 @@
 # $FreeBSD$
 #
 ^head/				re
+^stable/10/			re
 #^stable/9/			re
 #^stable/8/			re
 #^stable/7/			re
@@ -35,4 +36,6 @@
 ^head/sys/dev/random		(security-officer|so|secteam|core)
 ^head/sys/libkern/arc4random.c	(security-officer|so|secteam|core)
 ^stable/[7-9]/sys/dev/random	(security-officer|so|secteam|core)
+#^stable/([7-9]|10)/sys/dev/random	(security-officer|so|secteam|core)
 ^stable/[7-9]/sys/libkern/arc4random.c	(security-officer|so|secteam|core)
+#^stable/([7-9]|10)/sys/libkern/arc4random.c	(security-officer|so|secteam|core)

Modified: svnadmin/conf/paths
==============================================================================
--- svnadmin/conf/paths	Thu Oct 10 14:03:03 2013	(r256269)
+++ svnadmin/conf/paths	Thu Oct 10 14:15:30 2013	(r256270)
@@ -17,6 +17,7 @@
 ^stable/7/
 ^stable/8/
 ^stable/9/
+^stable/10/
 
 # Feature branches.  Not open until we're certain we're not reverting to cvs.
 ^user/



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