diff options
author | kensmith <kensmith@FreeBSD.org> | 2011-09-26 02:27:04 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2011-09-26 02:27:04 +0000 |
commit | b7aac9c4e0adea17304cb22cb8d202d015bc4722 (patch) | |
tree | d818fde1ff2451ba46e33411ccd7db9f45b9af8e /release | |
parent | ae14155f37bfc8b03ea1c70a493e9fae27e8229c (diff) | |
download | FreeBSD-src-b7aac9c4e0adea17304cb22cb8d202d015bc4722.zip FreeBSD-src-b7aac9c4e0adea17304cb22cb8d202d015bc4722.tar.gz |
Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasing
it from the 9.0-RELEASE release cycle code freeze.
Approved by: re (implicit)
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile.sysinstall | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/Makefile.sysinstall b/release/Makefile.sysinstall index 740ab42..bfedb07 100644 --- a/release/Makefile.sysinstall +++ b/release/Makefile.sysinstall @@ -24,16 +24,16 @@ # Set these, release builder! # # Fixed version: -#BUILDNAME=9.0-CURRENT +#BUILDNAME=10.0-CURRENT # # Automatic SNAP versioning: DATE != date +%Y%m%d -BASE = 9.0 +BASE = 10.0 BUILDNAME?=${BASE}-${DATE}-SNAP # #CHROOTDIR=/junk/release # If this is a -stable snapshot, then set -#RELEASETAG=RELENG_8 +#RELEASETAG=RELENG_9 # # To test a release with a source tree containing patches and # other work. This tree will get copied instead of getting the @@ -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 |