From owner-svn-doc-head@FreeBSD.ORG Thu Nov 22 06:05:50 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 01B8576A; Thu, 22 Nov 2012 06:05:49 +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 D1ACA8FC13; Thu, 22 Nov 2012 06:05:49 +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 qAM65nGT008877; Thu, 22 Nov 2012 06:05:49 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAM65nEE008876; Thu, 22 Nov 2012 06:05:49 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211220605.qAM65nEE008876@svn.freebsd.org> From: Mark Linimon Date: Thu, 22 Nov 2012 06:05:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40126 - 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: Thu, 22 Nov 2012 06:05:50 -0000 Author: linimon Date: Thu Nov 22 06:05:49 2012 New Revision: 40126 URL: http://svnweb.freebsd.org/changeset/doc/40126 Log: Now that "build create" has been taught to automate more tasks, denote those as "old codebase". This requires a bit of shuffling around to represent the minimum expenditure of effort, as determined by a fair amount of testing. 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 04:44:43 2012 (r40125) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Thu Nov 22 06:05:49 2012 (r40126) @@ -2523,11 +2523,6 @@ dopackages without -n How to configure a new architecture - - Work is underway to automate the directory creation in - the next section. - - Steps necessary before <application>qmanager</application> is started @@ -2565,6 +2560,18 @@ cd /var/portbuild/arch Create and populate the .ssh directory. + + + + The next steps are most easily done as user + ports-arch. + + + + + Create a fresh portbuild.conf file + from one of the ones for another architecture. + Create an archive directory for buildlogs and errorlogs @@ -2595,26 +2602,17 @@ cd /var/portbuild/arch - - - The next steps are most easily done as user - ports-arch. - - - - In the + (Only necessary for old codebase) + In the /var/portbuild/arch directory:mkdir clients - Populate clients as usual. - - - - mkdir loads + (Only necessary for old codebase) + mkdir loads @@ -2622,7 +2620,8 @@ cd /var/portbuild/arch - Create an empty mlist file. + (Only necessary for old codebase) + Create an empty mlist file. @@ -2635,8 +2634,20 @@ cd /var/portbuild/arch - Create a fresh portbuild.conf file - from one of the ones for another architecture. + For each branch that will be supported, do the following: + + + + + Kick-start the build for the branch with + build create arch branch + + + + + + + Populate clients as usual. @@ -2748,38 +2759,20 @@ ln -s ../arch Tell qmanager about the arch: python path/qmanager/qclient add_acl name=ports-arch uidlist=ports-arch gidlist=portmgr sense=1 - - - Again, as - ports-arch: - - - For each branch that will be supported, do the following: - Kick-start the build for the branch with - build create arch branch - - - Create bindist.tar. - - - One last time using sudo: - - - (Only necessary for old codebase): Only after the first time a