From owner-svn-doc-head@FreeBSD.ORG Wed Dec 19 16:18: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 70F64853; Wed, 19 Dec 2012 16:18: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 56F2F8FC13; Wed, 19 Dec 2012 16:18:17 +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 qBJGIHDh034623; Wed, 19 Dec 2012 16:18:17 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBJGIHG7034622; Wed, 19 Dec 2012 16:18:17 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201212191618.qBJGIHG7034622@svn.freebsd.org> From: Mark Linimon Date: Wed, 19 Dec 2012 16:18:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40430 - 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:18:17 -0000 Author: linimon Date: Wed Dec 19 16:18:16 2012 New Revision: 40430 URL: http://svnweb.freebsd.org/changeset/doc/40430 Log: Move the block of text that describes the archive/ directory down further. No other changes (yet). 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 04:16:10 2012 (r40429) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Wed Dec 19 16:18:16 2012 (r40430) @@ -2583,36 +2583,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: - - Create an external directory and link to it: - - - Creating and linking an external archive directory - - mkdir /dumpster/pointyhat/arch/archive - ln -s /dumpster/pointyhat/arch/archive archive - - - - (Historical note that only applied to the original - pointyhat.FreeBSD.org installation) - - It is possible that /dumpster/pointyhat - will not have enough space. In that case, create the archive - directory as - /dumpster/pointyhat/arch/archive - and symlink to that. - - - - - (Only necessary for old codebase) In the /var/portbuild/arch @@ -2656,6 +2626,36 @@ 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: + + Create an external directory and link to it: + + + Creating and linking an external archive directory + + mkdir /dumpster/pointyhat/arch/archive + ln -s /dumpster/pointyhat/arch/archive archive + + + + (Historical note that only applied to the original + pointyhat.FreeBSD.org installation) + + It is possible that /dumpster/pointyhat + will not have enough space. In that case, create the archive + directory as + /dumpster/pointyhat/arch/archive + and symlink to that. + + + + + Populate clients as usual.