Refactor a bit. A new convenience script will replace many of the manual

steps next.
This commit is contained in:
Mark Linimon 2012-12-19 16:26:16 +00:00
parent f6bbcb8584
commit 2d732530b5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40431

View file

@ -2524,9 +2524,6 @@ dopackages</command> without <literal>-nobuild</literal>.</para>
</itemizedlist> </itemizedlist>
<para>The procedure for the old codebase is left as an
exercise for the reader.</para>
</sect1> </sect1>
<sect1 id="new-arch"> <sect1 id="new-arch">
@ -2567,7 +2564,7 @@ cd /var/portbuild/<replaceable>arch</replaceable></screen>
</listitem> </listitem>
<listitem> <listitem>
<para>Create and populate the <filename>.ssh</filename> directory.</para> <para>Create the <filename>.ssh</filename> directory.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@ -2578,8 +2575,8 @@ cd /var/portbuild/<replaceable>arch</replaceable></screen>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Create a fresh <filename>portbuild.conf</filename> file <para>Create an archive directory for buildlogs and errorlogs
from one of the ones for another architecture.</para> under <filename>archive/</filename>.</para>
</listitem> </listitem>
<listitem> <listitem>
@ -2626,9 +2623,6 @@ cd /var/portbuild/<replaceable>arch</replaceable></screen>
</listitem> </listitem>
<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 <para>If you are going to store your historical buildlogs and
errorlogs on your head node's hard drive, you may skip this step. errorlogs on your head node's hard drive, you may skip this step.
Otherwise:</para> Otherwise:</para>
@ -2659,6 +2653,11 @@ cd /var/portbuild/<replaceable>arch</replaceable></screen>
<para>Populate <filename>clients</filename> as usual.</para> <para>Populate <filename>clients</filename> as usual.</para>
</listitem> </listitem>
<listitem>
<para>Create a fresh <filename>portbuild.conf</filename> file
from one of the ones for another architecture.</para>
</listitem>
<listitem> <listitem>
<para>Create customized <para>Create customized
<filename>portbuild.<replaceable>machinename</replaceable>.conf</filename> <filename>portbuild.<replaceable>machinename</replaceable>.conf</filename>