From owner-svn-doc-head@FreeBSD.ORG Mon Nov 19 05:06:06 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F50ABEB; Mon, 19 Nov 2012 05:06:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 165958FC16; Mon, 19 Nov 2012 05:06:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAJ565xL087335; Mon, 19 Nov 2012 05:06:05 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAJ565aI087334; Mon, 19 Nov 2012 05:06:05 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211190506.qAJ565aI087334@svn.freebsd.org> From: Mark Linimon Date: Mon, 19 Nov 2012 05:06:05 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 05:06:06 -0000 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 @@ The scripts/allgohans script can be used to run a command on all of the ${arch} clients. - - The scripts/checkmachines 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. pointyhat) - after boot time using a &man.while.1; loop. - @@ -666,7 +657,7 @@ PKG_BIN=/usr/local/sbin/pkg${arch}/${branch}/make.[0|1]: + ${arch}/${branch}/journal: don't know how to make dns-all(continuing) @@ -848,9 +839,9 @@ PKG_BIN=/usr/local/sbin/pkg${arch}/${branch}/journal (new codebase). Individual ports will write their build logs to - ${arch}/${branch}/logs + ${arch}/${branch}/logs/ and their error logs to - ${arch}/${branch}/errors. + ${arch}/${branch}/errors/. Formerly the docs tree was also checked out, however, it has