checkmachines is obsolete, as are make.0 and make.1. While here, make some

references into directories.
This commit is contained in:
Mark Linimon 2012-11-19 05:06:05 +00:00
parent a0e39e31fb
commit 06597c8590
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40089

View file

@ -181,15 +181,6 @@
<para>The <command>scripts/allgohans</command> script can <para>The <command>scripts/allgohans</command> script can
be used to run a command on all of the be used to run a command on all of the
<replaceable>${arch}</replaceable> clients.</para> <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>
<sect1 id="setup"> <sect1 id="setup">
@ -666,7 +657,7 @@ PKG_BIN=/usr/local/sbin/pkg</programlisting>
process encounters an empty subdirectory, both package build process encounters an empty subdirectory, both package build
phases will stop short, and an error similar to the following phases will stop short, and an error similar to the following
will be written to 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> </para>
<programlisting><literal>don't know how to make dns-all(continuing)</literal></programlisting> <programlisting><literal>don't know how to make dns-all(continuing)</literal></programlisting>
@ -848,9 +839,9 @@ PKG_BIN=/usr/local/sbin/pkg</programlisting>
<filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/journal</filename> (new codebase). <filename><replaceable>${arch}</replaceable>/<replaceable>${branch}</replaceable>/journal</filename> (new codebase).
Individual ports will write Individual ports will write
their build logs to 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 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>
<para>Formerly the docs tree was also checked out, however, it has <para>Formerly the docs tree was also checked out, however, it has