Refactor a bit. A new convenience script will replace many of the manual
steps next.
This commit is contained in:
parent
f6bbcb8584
commit
2d732530b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40431
1 changed files with 8 additions and 9 deletions
|
@ -2524,9 +2524,6 @@ dopackages</command> without <literal>-nobuild</literal>.</para>
|
|||
|
||||
</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</replaceable></screen>
|
|||
</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</replaceable></screen>
|
|||
|
||||
<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</replaceable></screen>
|
|||
</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>
|
||||
|
@ -2659,6 +2653,11 @@ cd /var/portbuild/<replaceable>arch</replaceable></screen>
|
|||
<para>Populate <filename>clients</filename> as usual.</para>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue