Date: Sun, 18 Nov 2012 15:27:45 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40069 - head/en_US.ISO8859-1/articles/portbuild Message-ID: <201211181527.qAIFRjsG053443@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Nov 18 15:27:45 2012 New Revision: 40069 URL: http://svnweb.freebsd.org/changeset/doc/40069 Log: 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. Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Nov 18 15:11:38 2012 (r40068) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Nov 18 15:27:45 2012 (r40069) @@ -204,10 +204,10 @@ tree and installs it into <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/builds/<replaceable>${buildid}</replaceable>/bindist.tar</filename>. 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> - <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 previously installed world by the <command>mkbindist</command> @@ -558,9 +558,9 @@ PKG_BIN=/usr/local/sbin/pkg</screen> </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>cvs update</literal> instead. + a fresh checkout instead. </para> </listitem> @@ -572,9 +572,9 @@ PKG_BIN=/usr/local/sbin/pkg</screen> </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>cvs update</literal> instead. + a fresh checkout instead. </para> </listitem> @@ -1095,7 +1095,7 @@ umount: Cleanup of /x/tmp/8-exp/chroot/5 <listitem> <para><literal>missing</literal> shows the difference between <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, and this column will be meaningless. (The script is naive).</para> </listitem> @@ -1137,8 +1137,8 @@ umount: Cleanup of /x/tmp/8-exp/chroot/5 <para>When building packages for a release, it may be necessary to manually update the <literal>ports</literal> and <literal>src</literal> trees to the release tag and use - <literal>-nocvs</literal> and - <literal>-noportscvs</literal>.</para> + <literal>-novcs</literal> and + <literal>-noportsvcs</literal>.</para> <para>To build package sets intended for use on a CD-ROM, use the <literal>-cdrom</literal> option to @@ -1431,7 +1431,7 @@ umount: Cleanup of /x/tmp/8-exp/chroot/5 <para>The following command will set up the control branch for 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 --> <para>The builds must be performed from the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211181527.qAIFRjsG053443>