summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-02-25 22:13:48 +0000
committergjb <gjb@FreeBSD.org>2014-02-25 22:13:48 +0000
commite70125acff6552c7e8c1193bb493b90b67ba9d23 (patch)
tree8c0963b4e1a4523977d0d7d25799e0045f0f8132 /share
parent91aa2538d52e9f3b055896db608e5147e5902bf3 (diff)
downloadFreeBSD-src-e70125acff6552c7e8c1193bb493b90b67ba9d23.zip
FreeBSD-src-e70125acff6552c7e8c1193bb493b90b67ba9d23.tar.gz
release.sh:
- Add a VCSCMD variable that defaults to 'svn checkout', and update places 'svn co' is used directly. - After sourcing a configuration file, prefix SRCBRANCH, PORTBRANCH, and DOCBRANCH with the SVNROOT. - Properly capitalize 'FreeBSD.org' in the default SVNROOT. - Update Copyright. release.conf.sample: - Add an example to use git instead of svn, by nullifying SVNROOT, and setting SRCBRANCH, DOCBRANCH, and PORTBRANCH to the URL fo a git repository. release.7: - Document VCSCMD. Submitted by: Rick Miller (based on) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/release.76
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index 481d4f9..00e6eb9 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 2, 2013
+.Dd February 25, 2014
.Dt RELEASE 7
.Os
.Sh NAME
@@ -245,6 +245,10 @@ Setting this also sets
Set to a non-empty value to include the
.Cm dvdrom
target.
+.It Va VCSCMD
+The command run to obtain the source trees.
+Defaults to
+.Qq Cm svn checkout .
.El
.Sh MAKEFILE TARGETS
The release makefile
OpenPOWER on IntegriCloud