summaryrefslogtreecommitdiffstats
path: root/release/release.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index 918e024..fd6556f 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -14,6 +14,9 @@ SRCBRANCH="base/head"
DOCBRANCH="doc/head"
PORTBRANCH="ports/head"
+## Run svn co --force for src checkout.
+#SRC_FORCE_CHECKOUT=yes
+
## Set the src/, ports/, and doc/ revisions.
SRCREVISION="-rHEAD"
DOCREVISION="-rHEAD"
@@ -23,6 +26,8 @@ PORTREVISION="-rHEAD"
#TARGET="amd64"
#TARGET_ARCH="amd64"
#KERNEL="GENERIC"
+## Multiple kernels may be set.
+#KERNEL="GENERIC XENHVM"
## Set to specify a custom make.conf and/or src.conf
#MAKE_CONF="/etc/local/make.conf"
OpenPOWER on IntegriCloud