[Midnightbsd-cvs] src [8347] trunk/share/man/man7/release.7: step 1. update to match freebsd
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 18 14:18:50 EDT 2016
Revision: 8347
http://svnweb.midnightbsd.org/src/?rev=8347
Author: laffer1
Date: 2016-09-18 14:18:50 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
step 1. update to match freebsd
Modified Paths:
--------------
trunk/share/man/man7/release.7
Modified: trunk/share/man/man7/release.7
===================================================================
--- trunk/share/man/man7/release.7 2016-09-18 18:17:48 UTC (rev 8346)
+++ trunk/share/man/man7/release.7 2016-09-18 18:18:50 UTC (rev 8347)
@@ -24,7 +24,7 @@
.\"
.\" $MidnightBSD$
.\"
-.Dd January 14, 2012
+.Dd September 16, 2012
.Dt RELEASE 7
.Os
.Sh NAME
@@ -105,11 +105,7 @@
It then checks out the src tree specified by
.Ar svn-branch
using
-.Xr svn 1
-and (optionally) the ports and documentation trees using
-.Xr csup 1
-or
-.Xr cvs 1 .
+.Xr svn 1 .
Once the various source trees have been obtained, it executes
.Dq Li "make release"
within the
@@ -122,33 +118,19 @@
.Pp
Environment variables:
.Bl -tag -width ".Cm MAKE_FLAGS"
-.It Ev CVSUP_HOST
-The CVSUP server to use for the doc and ports trees. One of
-.Ev CVSUP_HOST
-or
-.Ev CVSROOT
-must be specified for ports and documentation to be included in the release.
-.It Ev CVSROOT
-The location of the
-.Fx
-CVS repository to use for the doc and ports trees. One of
-.Ev CVSUP_HOST
-or
-.Ev CVSROOT
-must be specified for ports and documentation to be included in the release.
-.It Ev CVS_TAG
-If the variable
-.Ev CVS_TAG
-is set, that tag will be used for CVS checkouts (doc and ports), otherwise
-.Ic generate-release.sh
-will use HEAD.
.It Ev MAKE_FLAGS
This environment variable can be set to pass flags (e.g. -j) to
.Xr make 1
when invoked by the script.
.It Ev SVNROOT
-The location of the FreeBSD SVN source repository. Defaults to
-.Pa svn://svn.freebsd.org/base .
+The location of the FreeBSD SVN source, doc, and ports repositories.
+Defaults to
+.Pa svn://svn.freebsd.org/base
+for the source tree,
+.Pa svn://svn.freebsd.org/ports/head
+for the Ports Collection, and
+.Pa svn://svn.freebsd.org/doc/head
+for the Documentation Project source.
.It Ev RELSTRING
Optional base name for generated media images (e.g. FreeBSD-9.0-RC2-amd64).
Defaults to the output of
@@ -246,7 +228,7 @@
.It Va NOSRC
If set, do not include system source code in the release.
.It Va NODOC
-If defined, the SGML-based documentation from the
+If defined, the XML-based documentation from the
.Fx
Documentation Project will not be built.
However, the
@@ -317,7 +299,7 @@
in a clean environment, including ports and documentation:
.Bd -literal -offset indent
cd /usr/src/release
-export CVSUP_HOST=cvsupN.freebsd.org
+export SVNROOT=svn://svn.freebsd.org/base
sh generate-release.sh head /local3/release
.Ed
.Pp
@@ -326,7 +308,6 @@
directory.
.Sh SEE ALSO
.Xr cc 1 ,
-.Xr cvs 1 ,
.Xr install 1 ,
.Xr make 1 ,
.Xr svn 1 Pq Pa ports/devel/subversion-freebsd ,
@@ -376,7 +357,7 @@
introduced to support the introduction of a new installer.
.Pp
At near 1000 revisions spread over multiple branches, the
-.Xr cvs 1
+.Xr svn 1
log of
.Pa src/release/Makefile
contains a vivid historical record of some
More information about the Midnightbsd-cvs
mailing list