From owner-svn-doc-head@FreeBSD.ORG Wed Dec 19 16:26:17 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 20838100; Wed, 19 Dec 2012 16:26:17 +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 DEF428FC15; Wed, 19 Dec 2012 16:26:16 +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 qBJGQGN0036106; Wed, 19 Dec 2012 16:26:16 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBJGQG61036104; Wed, 19 Dec 2012 16:26:16 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201212191626.qBJGQG61036104@svn.freebsd.org> From: Mark Linimon Date: Wed, 19 Dec 2012 16:26:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40431 - 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: Wed, 19 Dec 2012 16:26:17 -0000 Author: linimon Date: Wed Dec 19 16:26:16 2012 New Revision: 40431 URL: http://svnweb.freebsd.org/changeset/doc/40431 Log: Refactor a bit. A new convenience script will replace many of the manual steps next. 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 Wed Dec 19 16:18:16 2012 (r40430) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Wed Dec 19 16:26:16 2012 (r40431) @@ -2524,9 +2524,6 @@ dopackages without -n - The procedure for the old codebase is left as an - exercise for the reader. - @@ -2567,7 +2564,7 @@ cd /var/portbuild/arch - Create and populate the .ssh directory. + Create the .ssh directory. @@ -2578,8 +2575,8 @@ cd /var/portbuild/arch - Create a fresh portbuild.conf file - from one of the ones for another architecture. + Create an archive directory for buildlogs and errorlogs + under archive/. @@ -2626,9 +2623,6 @@ cd /var/portbuild/arch - Create an archive directory for buildlogs and errorlogs - under archive/. - If you are going to store your historical buildlogs and errorlogs on your head node's hard drive, you may skip this step. Otherwise: @@ -2660,6 +2654,11 @@ cd /var/portbuild/arch + Create a fresh portbuild.conf file + from one of the ones for another architecture. + + + Create customized portbuild.machinename.conf files as appropriate.