svn commit: r40089 - head/en_US.ISO8859-1/articles/portbuild
Mark Linimon
linimon at FreeBSD.org
Mon Nov 19 05:06:06 UTC 2012
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
More information about the svn-doc-head
mailing list