svn commit: r238352 - stable/9/release

Ken Smith kensmith at FreeBSD.org
Tue Jul 10 19:08:57 UTC 2012


Author: kensmith
Date: Tue Jul 10 19:08:56 2012
New Revision: 238352
URL: http://svn.freebsd.org/changeset/base/238352

Log:
  Adjustments for 9.0 -> 9.1.
  
  Approved by:	re (implicit)

Modified:
  stable/9/release/Makefile.sysinstall

Modified: stable/9/release/Makefile.sysinstall
==============================================================================
--- stable/9/release/Makefile.sysinstall	Tue Jul 10 19:05:27 2012	(r238351)
+++ stable/9/release/Makefile.sysinstall	Tue Jul 10 19:08:56 2012	(r238352)
@@ -24,11 +24,11 @@
 # Set these, release builder!
 #
 # Fixed version:
-#BUILDNAME=9.0-CURRENT
+#BUILDNAME=9.1-STABLE
 #
 # Automatic SNAP versioning:
 DATE != date +%Y%m%d
-BASE = 9.0
+BASE = 9.1
 BUILDNAME?=${BASE}-${DATE}-SNAP
 #
 #CHROOTDIR=/junk/release
@@ -72,7 +72,7 @@ BUILDNAME?=${BASE}-${DATE}-SNAP
 #
 # Subversion branch to build for src.  If this is not set then it is
 # automatically computed from RELEASETAG.
-#SVNBRANCH=stable/8
+#SVNBRANCH=stable/9
 #
 # Non-zero if ${RELEASETAG} is in the form "RELENG_ver_RELEASE"; we
 # are building an official release.  Otherwise, we are building for


More information about the svn-src-stable-9 mailing list