Continue the de-orbit burn of cvs support: the flags change e.g. from

-nocvs to -novcs.  This does not yet remove all the cvs references here.
This commit is contained in:
Mark Linimon 2012-11-18 15:27:45 +00:00
parent 1ec9d97bef
commit caca5fd3fe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40069

View file

@ -204,10 +204,10 @@
tree and installs it into tree and installs it into
<filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/builds/<replaceable>${buildid}</replaceable>/bindist.tar</filename>. <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/builds/<replaceable>${buildid}</replaceable>/bindist.tar</filename>.
The tree will The tree will
be updated first unless <literal>-nocvs</literal> is be updated first unless <literal>-novcs</literal> is
specified. It should be run as <username>root</username>:</para> specified. It should be run as <username>root</username>:</para>
<screen>/var/portbuild&prompt.root; <userinput>scripts/makeworld <replaceable>${arch}</replaceable> <replaceable>${branch}</replaceable> <replaceable>${buildid}</replaceable> [-nocvs]</userinput></screen> <screen>/var/portbuild&prompt.root; <userinput>scripts/makeworld <replaceable>${arch}</replaceable> <replaceable>${branch}</replaceable> <replaceable>${buildid}</replaceable> [-novcs]</userinput></screen>
<para>The <filename>bindist.tar</filename> tarball is created from the <para>The <filename>bindist.tar</filename> tarball is created from the
previously installed world by the <command>mkbindist</command> previously installed world by the <command>mkbindist</command>
@ -558,9 +558,9 @@ PKG_BIN=/usr/local/sbin/pkg</screen>
</listitem> </listitem>
<listitem> <listitem>
<para><literal>-srccvs</literal> - Do not update the <para><literal>-srcvcs</literal> - Do not update the
<literal>src</literal> tree from the ZFS snapshot, update it with <literal>src</literal> tree from the ZFS snapshot, update it with
<literal>cvs update</literal> instead. a fresh checkout instead.
</para> </para>
</listitem> </listitem>
@ -572,9 +572,9 @@ PKG_BIN=/usr/local/sbin/pkg</screen>
</listitem> </listitem>
<listitem> <listitem>
<para><literal>-portscvs</literal> - Do not update the <para><literal>-portsvcs</literal> - Do not update the
<literal>ports</literal> tree from the ZFS snapshot, update it with <literal>ports</literal> tree from the ZFS snapshot, update it with
<literal>cvs update</literal> instead. a fresh checkout instead.
</para> </para>
</listitem> </listitem>
@ -1095,7 +1095,7 @@ umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed!
<listitem> <listitem>
<para><literal>missing</literal> shows the difference between <para><literal>missing</literal> shows the difference between
<filename>INDEX</filename> and the other columns. If you have <filename>INDEX</filename> and the other columns. If you have
restarted a run after a <command>cvs update</command>, there restarted a run after a ports tree update, there
will likely be duplicates in the packages and error columns, will likely be duplicates in the packages and error columns,
and this column will be meaningless. (The script is naive).</para> and this column will be meaningless. (The script is naive).</para>
</listitem> </listitem>
@ -1137,8 +1137,8 @@ umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed!
<para>When building packages for a release, it may be <para>When building packages for a release, it may be
necessary to manually update the <literal>ports</literal> necessary to manually update the <literal>ports</literal>
and <literal>src</literal> trees to the release tag and use and <literal>src</literal> trees to the release tag and use
<literal>-nocvs</literal> and <literal>-novcs</literal> and
<literal>-noportscvs</literal>.</para> <literal>-noportsvcs</literal>.</para>
<para>To build package sets intended for use on a CD-ROM, <para>To build package sets intended for use on a CD-ROM,
use the <literal>-cdrom</literal> option to use the <literal>-cdrom</literal> option to
@ -1431,7 +1431,7 @@ umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed!
<para>The following command will set up the control branch for <para>The following command will set up the control branch for
the partial build (old codebase):</para> the partial build (old codebase):</para>
<screen>&prompt.user; <userinput>/var/portbuild/scripts/dopackages.8 -noportscvs -nobuild -nocvs -nofinish</userinput></screen> <screen>&prompt.user; <userinput>/var/portbuild/scripts/dopackages.8 -noportsvcs -nobuild -novcs -nofinish</userinput></screen>
<!-- XXX MCL obsolete --> <!-- XXX MCL obsolete -->
<para>The builds must be performed from the <para>The builds must be performed from the