Date: Wed, 19 Dec 2012 16:26:16 +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: r40431 - head/en_US.ISO8859-1/articles/portbuild Message-ID: <201212191626.qBJGQG61036104@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 19 16:26:16 2012 New Revision: 40431 URL: http://svnweb.freebsd.org/changeset/doc/40431 Log: Refactor a bit. A new convenience script will replace many of the manual steps next. 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 Wed Dec 19 16:18:16 2012 (r40430) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Wed Dec 19 16:26:16 2012 (r40431) @@ -2524,9 +2524,6 @@ dopackages</command> without <literal>-n </itemizedlist> - <para>The procedure for the old codebase is left as an - exercise for the reader.</para> - </sect1> <sect1 id="new-arch"> @@ -2567,7 +2564,7 @@ cd /var/portbuild/<replaceable>arch</rep </listitem> <listitem> - <para>Create and populate the <filename>.ssh</filename> directory.</para> + <para>Create the <filename>.ssh</filename> directory.</para> </listitem> </itemizedlist> @@ -2578,8 +2575,8 @@ cd /var/portbuild/<replaceable>arch</rep <itemizedlist> <listitem> - <para>Create a fresh <filename>portbuild.conf</filename> file - from one of the ones for another architecture.</para> + <para>Create an archive directory for buildlogs and errorlogs + under <filename>archive/</filename>.</para> </listitem> <listitem> @@ -2626,9 +2623,6 @@ cd /var/portbuild/<replaceable>arch</rep </listitem> <listitem> - <para>Create an archive directory for buildlogs and errorlogs - under <filename>archive/</filename>.</para> - <para>If you are going to store your historical buildlogs and errorlogs on your head node's hard drive, you may skip this step. Otherwise:</para> @@ -2660,6 +2654,11 @@ cd /var/portbuild/<replaceable>arch</rep </listitem> <listitem> + <para>Create a fresh <filename>portbuild.conf</filename> file + from one of the ones for another architecture.</para> + </listitem> + + <listitem> <para>Create customized <filename>portbuild.<replaceable>machinename</replaceable>.conf</filename> files as appropriate.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212191626.qBJGQG61036104>