Add <quote> and reword a few remaining places.
This commit is contained in:
parent
a311df7b45
commit
17cc9c98a8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14208
1 changed files with 6 additions and 6 deletions
|
@ -34,8 +34,8 @@
|
||||||
release engineering team to produce a high quality package set
|
release engineering team to produce a high quality package set
|
||||||
suitable for official FreeBSD release media. This document is
|
suitable for official FreeBSD release media. This document is
|
||||||
a work in progress, but eventually it will cover the process
|
a work in progress, but eventually it will cover the process
|
||||||
used to build a clean package set on the FreeBSD.org "Ports
|
used to build a clean package set on the FreeBSD.org <quote>Ports
|
||||||
Cluster", how to configure any other set of machines as a
|
Cluster</quote>, how to configure any other set of machines as a
|
||||||
ports cluster, how to split up the packages for the release
|
ports cluster, how to split up the packages for the release
|
||||||
media, and how to verify that a package set is
|
media, and how to verify that a package set is
|
||||||
consistent.</para>
|
consistent.</para>
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
enforces <emphasis>consistency</emphasis> in the package build
|
enforces <emphasis>consistency</emphasis> in the package build
|
||||||
process. By starting the package build in a pristine
|
process. By starting the package build in a pristine
|
||||||
environment, we can assure that the package metadata (such as
|
environment, we can assure that the package metadata (such as
|
||||||
required dependencies) is accurate, and so we will never
|
required dependencies) is accurate. This way, we will never
|
||||||
generate packages that might work on some systems and not on
|
generate packages that might work on some systems and not on
|
||||||
others depending on what software was previously
|
others depending on what software was previously
|
||||||
installed.</para>
|
installed.</para>
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
<para>The scripts and other files needed to produce a package
|
<para>The scripts and other files needed to produce a package
|
||||||
split can be found in the CVS tree in
|
split can be found in the CVS tree in
|
||||||
<filename>ports/Tools/scripts/release</filename>.
|
<filename>ports/Tools/scripts/release</filename>.
|
||||||
Copy this directory to a machine that has enough free HD
|
Copy this directory to a machine that has enough free disk
|
||||||
space to hold 2 to 3 times the size of the package set that you
|
space to hold 2 to 3 times the size of the package set that you
|
||||||
wish to split.</para>
|
wish to split.</para>
|
||||||
|
|
||||||
|
@ -258,8 +258,8 @@
|
||||||
|
|
||||||
<para>Now we are finally ready for the fun task of actually
|
<para>Now we are finally ready for the fun task of actually
|
||||||
splitting the packages. You start the processing by running
|
splitting the packages. You start the processing by running
|
||||||
<command>./doit.sh</command>. The first time you run it here is
|
<command>./doit.sh</command>. Here is what it does the first
|
||||||
what it does.</para>
|
time you run it.</para>
|
||||||
|
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem><para>Create a list of the restricted (can not be on the
|
<listitem><para>Create a list of the restricted (can not be on the
|
||||||
|
|
Loading…
Reference in a new issue