svn commit: r228130 - stable/9/share/examples/cvsup
Sergey Kandaurov
pluknet at FreeBSD.org
Tue Nov 29 12:38:14 UTC 2011
Author: pluknet
Date: Tue Nov 29 12:38:13 2011
New Revision: 228130
URL: http://svn.freebsd.org/changeset/base/228130
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:
stable/9/share/examples/cvsup/stable-supfile
Directory Properties:
stable/9/share/examples/ (props changed)
Modified: stable/9/share/examples/cvsup/stable-supfile
==============================================================================
--- stable/9/share/examples/cvsup/stable-supfile Tue Nov 29 11:25:00 2011 (r228129)
+++ stable/9/share/examples/cvsup/stable-supfile Tue Nov 29 12:38:13 2011 (r228130)
@@ -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
More information about the svn-src-stable-9
mailing list