Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 21:09:40 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
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
Message-ID:  <201501202109.t0KL9ewQ031623@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <wfaulk@sbin.sh> [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
       <para>Options and dependencies for the specified ports are
 	configured:</para>
 
-      <screen>&prompt.root; <userinput>poudriere options -j <replaceable>10amd64</replaceable> -p <replaceable>local</replaceable> -z <replaceable>workstation</replaceable> -f <replaceable>workstation-pkglist</replaceable></userinput></screen>
+      <screen>&prompt.root; <userinput>poudriere options -j <replaceable>10amd64</replaceable> -p <replaceable>local</replaceable> -z <replaceable>workstation</replaceable> -f <replaceable>10amd64-local-workstation-pkglist</replaceable></userinput></screen>
 
       <para>Finally, packages are built and a package
 	repository is created:</para>
 
-      <screen>&prompt.root; <userinput>poudriere bulk -j <replaceable>10amd64</replaceable> -p <replaceable>local</replaceable> -z <replaceable>workstation</replaceable> -f <replaceable>workstation-pkglist</replaceable></userinput></screen>
+      <screen>&prompt.root; <userinput>poudriere bulk -j <replaceable>10amd64</replaceable> -p <replaceable>local</replaceable> -z <replaceable>workstation</replaceable> -f <replaceable>10amd64-local-workstation-pkglist</replaceable></userinput></screen>
 
       <para><keycombo
 	  action="simul"><keycap>Ctrl</keycap><keycap>t</keycap></keycombo>
@@ -1767,7 +1767,7 @@ ports-mgmt/pkg
       <para>For more information on using
 	<application>poudriere</application>, see &man.poudriere.8;
 	and the main web site, <link
-	  xlink:href="https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/index.wiki"></link>.</para>;
+	  xlink:href="https://github.com/freebsd/poudriere/wiki"></link>.</para>;
     </sect2>
   </sect1>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501202109.t0KL9ewQ031623>