summaryrefslogtreecommitdiffstats
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-08-13 20:16:14 +0000
committergjb <gjb@FreeBSD.org>2013-08-13 20:16:14 +0000
commitcfc7739bb43a25651b53a17c8b4787c467a22c77 (patch)
treeab5c9374af11b2ece0861fe06ade7cd27c8beacb /release/release.conf.sample
parent18dc1bc3391084e59b2f8c2eb44d4800406cd322 (diff)
downloadFreeBSD-src-cfc7739bb43a25651b53a17c8b4787c467a22c77.zip
FreeBSD-src-cfc7739bb43a25651b53a17c8b4787c467a22c77.tar.gz
- Only set ARCH_FLAGS (TARGET/TARGET_ARCH) if specified, otherwise
allow the toolchain to detect the correct values. - Remove {SRC,DOC,PORT}REVISION variables, and use 'branch@rNNNNNN' as the {SRC,DOC,PORT}BRANCH variables. - Only set default KERNEL_FLAGS and WORLD_FLAGS make(1) jobs if the number of CPUs is greater than 1. Submitted by: hrs
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample11
1 files changed, 3 insertions, 8 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index fd6556f..5f30b4b 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -10,18 +10,13 @@ CHROOTDIR="/scratch"
SVNROOT="svn://svn.FreeBSD.org"
## Set the src/, ports/, and doc/ branches or tags.
-SRCBRANCH="base/head"
-DOCBRANCH="doc/head"
-PORTBRANCH="ports/head"
+SRCBRANCH="base/head@rHEAD"
+DOCBRANCH="doc/head@rHEAD"
+PORTBRANCH="ports/head@rHEAD"
## Run svn co --force for src checkout.
#SRC_FORCE_CHECKOUT=yes
-## Set the src/, ports/, and doc/ revisions.
-SRCREVISION="-rHEAD"
-DOCREVISION="-rHEAD"
-PORTREVISION="-rHEAD"
-
## Set to override the default target architecture.
#TARGET="amd64"
#TARGET_ARCH="amd64"
OpenPOWER on IntegriCloud