Move the block of text that describes the archive/ directory down further.

No other changes (yet).
This commit is contained in:
Mark Linimon 2012-12-19 16:18:16 +00:00
parent 455400fe7a
commit f6bbcb8584
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40430

View file

@ -2582,36 +2582,6 @@ cd /var/portbuild/<replaceable>arch</replaceable></screen>
from one of the ones for another architecture.</para>
</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>
<para>Create an external directory and link to it:</para>
<example>
<title>Creating and linking an external archive directory</title>
<screen>mkdir /dumpster/pointyhat/<replaceable>arch</replaceable>/archive</screen>
<screen>ln -s /dumpster/pointyhat/<replaceable>arch</replaceable>/archive archive</screen>
</example>
<note>
<para>(Historical note that only applied to the original
<hostid>pointyhat.FreeBSD.org</hostid> installation)</para>
<para>It is possible that <filename>/dumpster/pointyhat</filename>
will not have enough space. In that case, create the archive
directory as
<filename>/dumpster/pointyhat/<replaceable>arch</replaceable>/archive</filename>
and symlink to that.
</para>
</note>
</listitem>
<listitem>
<para>(Only necessary for old codebase)
In the
@ -2655,6 +2625,36 @@ 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>
<para>Create an external directory and link to it:</para>
<example>
<title>Creating and linking an external archive directory</title>
<screen>mkdir /dumpster/pointyhat/<replaceable>arch</replaceable>/archive</screen>
<screen>ln -s /dumpster/pointyhat/<replaceable>arch</replaceable>/archive archive</screen>
</example>
<note>
<para>(Historical note that only applied to the original
<hostid>pointyhat.FreeBSD.org</hostid> installation)</para>
<para>It is possible that <filename>/dumpster/pointyhat</filename>
will not have enough space. In that case, create the archive
directory as
<filename>/dumpster/pointyhat/<replaceable>arch</replaceable>/archive</filename>
and symlink to that.
</para>
</note>
</listitem>
<listitem>
<para>Populate <filename>clients</filename> as usual.</para>
</listitem>