aboutsummaryrefslogtreecommitdiff
path: root/release/release.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample7
1 files changed, 0 insertions, 7 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index bb9c8acb1b87..4de068750228 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -16,11 +16,9 @@ CHROOTDIR="/scratch"
GITROOT="https://git.freebsd.org/"
GITSRC="src.git"
GITPORTS="ports.git"
-GITDOC="doc.git"
## Set the src/, ports/, and doc/ branches or tags.
SRCBRANCH="main"
-DOCBRANCH="main"
PORTBRANCH="main"
## Sample configuration for using git from ports.
@@ -45,7 +43,6 @@ PORTBRANCH="main"
#KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
## Set miscellaneous 'make release' settings.
-#NODOC=
#NOPORTS=
#NOSRC=
#WITH_DVD=
@@ -80,10 +77,6 @@ PORTBRANCH="main"
## 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=