Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2012 05:06:05 +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: r40089 - head/en_US.ISO8859-1/articles/portbuild
Message-ID:  <201211190506.qAJ565aI087334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Nov 19 05:06:05 2012
New Revision: 40089
URL: http://svnweb.freebsd.org/changeset/doc/40089

Log:
  checkmachines is obsolete, as are make.0 and make.1.  While here, make some
  references into directories.

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	Sun Nov 18 23:02:39 2012	(r40088)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Mon Nov 19 05:06:05 2012	(r40089)
@@ -181,15 +181,6 @@
     <para>The <command>scripts/allgohans</command> script can
       be used to run a command on all of the
       <replaceable>${arch}</replaceable> clients.</para>
-
-    <para>The <command>scripts/checkmachines</command> script
-      is used to monitor the load on all the nodes of the
-      build cluster, and schedule which nodes build which ports.
-      This script is not very robust, and has a tendency to die.
-      It is best to start up this script on the build master
-      (e.g. <hostid>pointyhat</hostid>)
-      after boot time using a &man.while.1; loop.
-    </para>
   </sect1>
 
   <sect1 id="setup">
@@ -666,7 +657,7 @@ PKG_BIN=/usr/local/sbin/pkg</programlist
       process encounters an empty subdirectory, both package build
       phases will stop short, and an error similar to the following
       will be written to
-      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/make.[0|1]</filename>:
+      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/journal</filename>:
     </para>
 
     <programlisting><literal>don't know how to make dns-all(continuing)</literal></programlisting>
@@ -848,9 +839,9 @@ PKG_BIN=/usr/local/sbin/pkg</programlist
       <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/journal</filename> (new codebase).
       Individual ports will write
       their build logs to
-      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/logs</filename>
+      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/logs/</filename>
       and their error logs to
-      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/errors</filename>.
+      <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/errors/</filename>.
     </para>
 
     <para>Formerly the docs tree was also checked out, however, it has



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