From owner-svn-doc-all@FreeBSD.ORG Thu Nov 22 01:35:43 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 901EB518; Thu, 22 Nov 2012 01:35:43 +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 749C98FC08; Thu, 22 Nov 2012 01:35:43 +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 qAM1ZhSu069238; Thu, 22 Nov 2012 01:35:43 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAM1ZhmD069236; Thu, 22 Nov 2012 01:35:43 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211220135.qAM1ZhmD069236@svn.freebsd.org> From: Mark Linimon Date: Thu, 22 Nov 2012 01:35:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40122 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 01:35:43 -0000 Author: linimon Date: Thu Nov 22 01:35:43 2012 New Revision: 40122 URL: http://svnweb.freebsd.org/changeset/doc/40122 Log: Correct the inexplicable lack of instructions about mlist. While here, do yet more wordsmithing. 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 Thu Nov 22 00:46:27 2012 (r40121) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Thu Nov 22 01:35:43 2012 (r40122) @@ -2160,13 +2160,13 @@ ssh_cmd="/usr/local/bin/ssh" Enabling the node These steps need to be taken by a portmgr - acting as ports-arch - on pointyhat. + acting as ports-arch: - Ensure that ssh is working by executing + Ensure that ssh to the client + is working by executing ssh hostname uname -a. The actual command is not important; what is important is to confirm the setup, and also add an entry into @@ -2176,7 +2176,7 @@ ssh_cmd="/usr/local/bin/ssh" - Populate the node's copy of + Populate the client's copy of /var/portbuild/scripts/ by something like /var/portbuild/scripts/dosetupnode arch major latest hostname. Verify that you now have files in that directory. @@ -2195,7 +2195,7 @@ ssh_cmd="/usr/local/bin/ssh" This step needs to be taken by a portmgr - acting as root on pointyhat. + acting as root: @@ -2217,6 +2217,20 @@ ssh_cmd="/usr/local/bin/ssh" + + Finally, again as portmgr + acting as ports-arch: + + + + + Once you are sure that the client is working, tell + pollmachine about it by adding + it to + /var/portbuild/${arch}/mlist. + + + @@ -2592,7 +2606,7 @@ cd /var/portbuild/arch - mkdir lockfiles + (Only necessary for old codebase)mkdir lockfiles