Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2011 12:41:44 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r228131 - releng/9.0/share/examples/cvsup
Message-ID:  <201111291241.pATCfi6u044116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Tue Nov 29 12:41:44 2011
New Revision: 228131
URL: http://svn.freebsd.org/changeset/base/228131

Log:
  MFC r225757,r225764:
  
  Update the default cvs tag for RELENG_9 by merging the following revisions:
  
  r225757 (by kensmith, partial):
   Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasing
   it from the 9.0-RELEASE release cycle code freeze.
  
  r225764 (by kensmith):
   Forgot to add "RELENG_8" to list of CVS tags.
  
  Reported by:	Milan Obuch <freebsd-current at dino sk> (cvs tag)
  Approved by:	re (kib)

Modified:
  releng/9.0/share/examples/cvsup/stable-supfile
Directory Properties:
  releng/9.0/share/examples/   (props changed)

Modified: releng/9.0/share/examples/cvsup/stable-supfile
==============================================================================
--- releng/9.0/share/examples/cvsup/stable-supfile	Tue Nov 29 12:38:13 2011	(r228130)
+++ releng/9.0/share/examples/cvsup/stable-supfile	Tue Nov 29 12:41:44 2011	(r228131)
@@ -66,11 +66,11 @@
 *default host=CHANGE_THIS.FreeBSD.org
 *default base=/var/db
 *default prefix=/usr
-# The following line is for 8-stable.  If you want 7-stable, 6-stable,
-# 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_7",
-# "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or "RELENG_2_2"
-# respectively.
-*default release=cvs tag=RELENG_8
+# The following line is for 9-stable.  If you want 8-stable, 7-stable,
+# 6-stable, 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_8",
+# "RELENG_7", "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or
+# "RELENG_2_2" respectively.
+*default release=cvs tag=RELENG_9
 *default delete use-rel-suffix
 
 # If you seem to be limited by CPU rather than network or disk bandwidth, try



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