svn commit: r196111 - stable/8/release

Ken Smith kensmith at FreeBSD.org
Wed Aug 12 07:22:13 UTC 2009


Author: kensmith
Date: Wed Aug 12 07:22:12 2009
New Revision: 196111
URL: http://svn.freebsd.org/changeset/base/196111

Log:
  Adjust for RELENG_8.
  
  Approved by:	re (implicit)

Modified:
  stable/8/release/Makefile

Modified: stable/8/release/Makefile
==============================================================================
--- stable/8/release/Makefile	Wed Aug 12 07:08:14 2009	(r196110)
+++ stable/8/release/Makefile	Wed Aug 12 07:22:12 2009	(r196111)
@@ -18,7 +18,7 @@
 # Set these, release builder!
 #
 # Fixed version:
-#BUILDNAME=8.0-CURRENT
+#BUILDNAME=8.0-STABLE
 #
 # Automatic SNAP versioning:
 DATE != date +%Y%m%d
@@ -27,7 +27,7 @@ BUILDNAME?=${BASE}-${DATE}-SNAP
 #
 #CHROOTDIR=/junk/release
 # If this is a -stable snapshot, then set
-#RELEASETAG=RELENG_7
+#RELEASETAG=RELENG_8
 #
 # To test a release with a source tree containing patches and
 # other work. This tree will get copied instead of getting the


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