From owner-svn-doc-head@FreeBSD.ORG Fri Nov 23 22:58:54 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 378C0355; Fri, 23 Nov 2012 22:58:54 +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 1C8658FC12; Fri, 23 Nov 2012 22:58:54 +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 qANMwrtS014364; Fri, 23 Nov 2012 22:58:53 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qANMwrB8014363; Fri, 23 Nov 2012 22:58:53 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211232258.qANMwrB8014363@svn.freebsd.org> From: Mark Linimon Date: Fri, 23 Nov 2012 22:58:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40143 - 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: Fri, 23 Nov 2012 22:58:54 -0000 Author: linimon Date: Fri Nov 23 22:58:53 2012 New Revision: 40143 URL: http://svnweb.freebsd.org/changeset/doc/40143 Log: Note some more obsolete stuff, mostly having to do with cvs. 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 Fri Nov 23 18:30:58 2012 (r40142) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Fri Nov 23 22:58:53 2012 (r40143) @@ -1056,16 +1056,16 @@ umount: Cleanup of /x/tmp/8-exp/chroot/5 then Bad Things happen. - The status of all current builds is generated twice an hour + The status of all current builds is generated periodically and posted to . For each buildenv, the following is displayed: - cvs date is the contents of - cvsdone. This is why we recommend that you - update cvsdone for -exp + updated is the contents of + .updated. This is why we recommend that you + update .updated for -exp runs (see below). @@ -1312,12 +1312,17 @@ umount: Cleanup of /x/tmp/8-exp/chroot/5 In general, an experimental patches build is run the same way as any other build, except that you should first update the ports tree to the latest version and then apply your patches. - To do the former, you can use the following: + To do the former, you can use the following: + + The following example is obsolete + + + &prompt.user; cvs -R update -dP > update.out -&prompt.user; date > cvsdone +&prompt.user; date > .updated This will most closely simulate what the dopackages - script does. (While cvsdone is merely + script does. (While .updated is merely informative, it can be a help.) You will need to edit update.out to look @@ -1425,6 +1430,11 @@ umount: Cleanup of /x/tmp/8-exp/chroot/5 &prompt.user; cd /var/portbuild/i386/8/ports + + The following example is obsolete + + + Be sure to cvs update this tree to the same date as the experimental patches tree. @@ -3242,6 +3252,11 @@ qmanager.sh Procedures for dealing with disk failures + + The following section is particular to freebsd.org + and is somewhat obsolete. + + When a machine has a disk failure (e.g. panics due to read errors, etc), then we should do the following steps: