svn commit: r252225 - stable/9/release

Glen Barber gjb at FreeBSD.org
Wed Jun 26 00:42:46 UTC 2013


Author: gjb
Date: Wed Jun 26 00:42:45 2013
New Revision: 252225
URL: http://svnweb.freebsd.org/changeset/base/252225

Log:
  Set SRCBRANCH to stable/9 in release.conf.sample.
  
  This is a direct commit to stable/9.
  
  Approved by:	kib (mentor, implicit)

Modified:
  stable/9/release/release.conf.sample

Modified: stable/9/release/release.conf.sample
==============================================================================
--- stable/9/release/release.conf.sample	Wed Jun 26 00:38:40 2013	(r252224)
+++ stable/9/release/release.conf.sample	Wed Jun 26 00:42:45 2013	(r252225)
@@ -10,7 +10,7 @@ CHROOTDIR="/scratch"
 SVNROOT="svn://svn.FreeBSD.org"
 
 ## Set the src/, ports/, and doc/ branches or tags.
-SRCBRANCH="base/head"
+SRCBRANCH="base/stable/9"
 DOCBRANCH="doc/head"
 PORTBRANCH="ports/head"
 


More information about the svn-src-stable mailing list