svn commit: r216056 - svnadmin/conf

Ken Smith kensmith at FreeBSD.org
Mon Nov 29 14:48:00 UTC 2010


Author: kensmith
Date: Mon Nov 29 14:47:59 2010
New Revision: 216056
URL: http://svn.freebsd.org/changeset/base/216056

Log:
  Turn on commit approval for stable/8 and stable/7 to mark the beginning
  of Code Freeze for the upcoming 8.2/7.4 releases.  While here set up
  approval for the branches that will be created later as part of the
  release process.
  
  Approved by:	core (implicit)

Modified:
  svnadmin/conf/approvers

Modified: svnadmin/conf/approvers
==============================================================================
--- svnadmin/conf/approvers	Mon Nov 29 13:36:37 2010	(r216055)
+++ svnadmin/conf/approvers	Mon Nov 29 14:47:59 2010	(r216056)
@@ -17,8 +17,10 @@
 # $FreeBSD$
 #
 #^head/				re
-#^stable/8/			re
-#^stable/7/			re
+^stable/8/			re
+^stable/7/			re
+^releng/8.2/			re
+^releng/7.4/			re
 ^releng/8.[0-1]/		(security-officer|so)
 ^releng/7.[0-3]/		(security-officer|so)
 ^releng/6.[0-4]/		(security-officer|so)


More information about the svn-src-all mailing list