diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-11-21 01:23:22 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-11-21 01:23:22 +0000 |
commit | cd1bfb3555e79415a2c26c228f8eaf8a18013309 (patch) | |
tree | 148dba35772756da8bc516072e8956754597182c | |
parent | ebd0e004150a2a68408eae6c940fe8d7d8872b9a (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/porters-handbook/book.xml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index b821264de8..0910aa92e9 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -10738,9 +10738,8 @@ as .putsy.conf and edit it.</programlisting> <para>If you are an avid ports contributor, you might want to take a look at <application>Tinderbox</application>. It is a - powerful system for building and testing ports based on the - scripts used on - <link linkend="build-cluster">Pointyhat</link>. You can + powerful system for building and testing ports. + You can install <application>Tinderbox</application> using <package>ports-mgmt/tinderbox</package> port. Be sure to read supplied documentation since the configuration @@ -12421,16 +12420,12 @@ pre-install: </sect1> <sect1 xml:id="build-cluster"> - <title>The &os; Port Building Cluster on - <systemitem class="fqdomainname">pointyhat.FreeBSD.org</systemitem></title> + <title>The &os; Port Building Cluster</title> <para>One of the least-publicized strengths of &os; is that an entire cluster of machines is dedicated to continually building the Ports Collection, for each of the major OS - releases and for each Tier-1 architecture. You can find - the results of these builds at - <link xlink:href="http://pointyhat.FreeBSD.org/">package building - logs and errors</link>.</para> + releases and for each Tier-1 architecture.</para> <para>Individual ports are built unless they are specifically marked with <varname>IGNORE</varname>. Ports that are |