From owner-svn-doc-all@FreeBSD.ORG Tue Jan 20 21:09:41 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 339B621C; Tue, 20 Jan 2015 21:09:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 058CBBEF; Tue, 20 Jan 2015 21:09:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0KL9eLT031624; Tue, 20 Jan 2015 21:09:40 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0KL9ewQ031623; Tue, 20 Jan 2015 21:09:40 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201501202109.t0KL9ewQ031623@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 20 Jan 2015 21:09:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46220 - head/en_US.ISO8859-1/books/handbook/ports 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.18-1 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: Tue, 20 Jan 2015 21:09:41 -0000 Author: brd Date: Tue Jan 20 21:09:39 2015 New Revision: 46220 URL: https://svnweb.freebsd.org/changeset/doc/46220 Log: Fix a few of the poudriere options [1] and link to the website now that has moved to github. Reported by: Bitt Faulk [1] Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Tue Jan 20 17:06:44 2015 (r46219) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Tue Jan 20 21:09:39 2015 (r46220) @@ -1745,12 +1745,12 @@ ports-mgmt/pkg Options and dependencies for the specified ports are configured: - &prompt.root; poudriere options -j 10amd64 -p local -z workstation -f workstation-pkglist + &prompt.root; poudriere options -j 10amd64 -p local -z workstation -f 10amd64-local-workstation-pkglist Finally, packages are built and a package repository is created: - &prompt.root; poudriere bulk -j 10amd64 -p local -z workstation -f workstation-pkglist + &prompt.root; poudriere bulk -j 10amd64 -p local -z workstation -f 10amd64-local-workstation-pkglist Ctrlt @@ -1767,7 +1767,7 @@ ports-mgmt/pkg For more information on using poudriere, see &man.poudriere.8; and the main web site, . + xlink:href="https://github.com/freebsd/poudriere/wiki">.