svn commit: r256270 - svnadmin/conf

Glen Barber gjb at FreeBSD.org
Thu Oct 10 14:15:31 UTC 2013


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/


More information about the svn-src-svnadmin mailing list