summaryrefslogtreecommitdiff
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-04-11 13:48:45 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-04-11 13:48:45 +0000
commit3e64b4c52d04e4a914c5032c6b1a3358171f7a71 (patch)
treeeae2a2737d25e719aa32f2af2f9457d10a767e89 /release/release.conf.sample
parent9941de49ada16390da6954c85085cd378efbe977 (diff)
downloadsrc-test-3e64b4c52d04e4a914c5032c6b1a3358171f7a71.tar.gz
src-test-3e64b4c52d04e4a914c5032c6b1a3358171f7a71.zip
Add SRC_UPDATE_SKIP, DOC_UPDATE_SKIP, and PORTS_UPDATE_SKIP
variables. These are intended to allow bypassing the 'svn co /usr/{src,doc,ports}' step in the chroot when the tree exists from external means. The use case here is that /usr/src, /usr/doc, and /usr/ports in the chroot exist as result of zfs dataset clones, so it is possible (and happens quite often) that the included distributions may not be consistent. (This is not the case for -RELEASE builds, but does happen for snapshot builds.) Tested on: stable/9@r264319 MFC After: 3 days Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=264343
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample12
1 files changed, 12 insertions, 0 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index e7b9933bb3c3b..66f0cf99cfd8d 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -56,6 +56,18 @@ PORTBRANCH="ports/head@rHEAD"
## means.
#CHROOTBUILD_SKIP=
+## Set to a non-empty value skip checkout or update of /usr/src in
+## the chroot. This is intended for use when /usr/src already exists.
+#SRC_UPDATE_SKIP=
+
+## Set to a non-empty value skip checkout or update of /usr/doc in
+## the chroot. This is intended for use when /usr/doc already exists.
+#DOC_UPDATE_SKIP=
+
+## Set to a non-empty value skip checkout or update of /usr/ports in
+## the chroot. This is intended for use when /usr/ports already exists.
+#PORTS_UPDATE_SKIP=
+
## Set to pass additional flags to make(1) for the build chroot setup, such
## as TARGET/TARGET_ARCH.
#CHROOT_MAKEENV=