diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-08-22 23:44:37 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-08-22 23:44:37 +0000 |
commit | cf48cc9f696a2da600ee5fd422bb0b6a8d21ebba (patch) | |
tree | e65f63d1334f7814205e453e2892fda9b4e85b2d /release/Makefile | |
parent | c4b21cbe4a686587f01e66490bb9a658a5d4c5cf (diff) | |
download | src-test2-cf48cc9f696a2da600ee5fd422bb0b6a8d21ebba.tar.gz src-test2-cf48cc9f696a2da600ee5fd422bb0b6a8d21ebba.zip |
Notes
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile index fd3cb929d3c7..26038c4c58fe 100644 --- a/release/Makefile +++ b/release/Makefile @@ -24,16 +24,16 @@ # Set these, release builder! # # Fixed version: -#BUILDNAME=8.0-CURRENT +#BUILDNAME=9.0-CURRENT # # Automatic SNAP versioning: DATE != date +%Y%m%d -BASE = 8.0 +BASE = 9.0 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 @@ -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/7 +#SVNBRANCH=stable/8 # # Non-zero if ${RELEASETAG} is in the form "RELENG_ver_RELEASE"; we # are building an official release. Otherwise, we are building for |