summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-08-17 17:09:14 +0000
committerjhb <jhb@FreeBSD.org>2009-08-17 17:09:14 +0000
commit22b825888b3402b053e766d6f99b4658ef664182 (patch)
treed3be71318365063883adc7f64067aa4879162014 /share
parente75d30c87f88cc8122139e051639281f766a20ed (diff)
downloadFreeBSD-src-22b825888b3402b053e766d6f99b4658ef664182.zip
FreeBSD-src-22b825888b3402b053e766d6f99b4658ef664182.tar.gz
Document the newly added SVNCMDARGS, SVNROOT, and SVNBRANCH variables.
Approved by: re (kib)
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/release.729
1 files changed, 29 insertions, 0 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index a026db5..d2174c5 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -390,6 +390,35 @@ of the CVS tree
.It Va SEPARATE_LIVEFS
Store the live file system on its own CD-ROM image rather than placing it on
the first disc.
+.It Va SVNCMDARGS
+Additional arguments for svn
+.Ic checkout
+and
+.Ic switch
+commands.
+.It Va SVNROOT
+The location of the FreeBSD SVN source repository.
+If this variable is set,
+then the source tree will be extracted using Subversion rather than
+CVS.
+.It Va SVNBRANCH
+The branch to check out from a SVN source repository.
+It is specified as a path such as
+.Pa head
+or
+.Pa stable/7 .
+If this variable is not set,
+then the branch that corresponds to the current value of
+.Va RELEASETAG
+will be used.
+If neither
+.Va SVNBRANCH
+nor
+.Va RELEASETAG
+are set,
+then the
+.Pa head
+branch will be used.
.It Va TARGET_ARCH
The target machine processor architecture.
This is analogous to the
OpenPOWER on IntegriCloud