Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2012 16:18:17 +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: r40430 - head/en_US.ISO8859-1/articles/portbuild
Message-ID:  <201212191618.qBJGIHG7034622@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 19 16:18:16 2012
New Revision: 40430
URL: http://svnweb.freebsd.org/changeset/doc/40430

Log:
  Move the block of text that describes the archive/ directory down further.
  No other changes (yet).

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 04:16:10 2012	(r40429)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Wed Dec 19 16:18:16 2012	(r40430)
@@ -2583,36 +2583,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>
-
-	<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
 	  <filename>/var/portbuild/<replaceable>arch</replaceable></filename>
@@ -2656,6 +2626,36 @@ 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>
+
+	<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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212191618.qBJGIHG7034622>