Note that -distfiles should be the default for package builds now that
we have enough disk space. While here, remove 6.1, 6.2, and 5.x from various examples, and note that we are no longer building ia64 packages.
This commit is contained in:
parent
f87643870c
commit
ad238f8773
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32175
1 changed files with 16 additions and 21 deletions
|
|
@ -46,14 +46,14 @@
|
|||
otherwise specified, all paths will be relative to
|
||||
this location. <replaceable>${arch}</replaceable> will
|
||||
be used to specify one of the package architectures
|
||||
(amd64, &i386;, ia64, and &sparc64;), and
|
||||
(amd64, &i386;, and &sparc64;), and
|
||||
<replaceable>${branch}</replaceable> will be used
|
||||
to specify the build branch (5, 6, 6-exp, 7, 7-exp, 8, 8-exp).
|
||||
to specify the build branch (6, 6-exp, 7, 7-exp, 8, 8-exp).
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<para>Packages are no longer built for Release 4, nor
|
||||
for the alpha architecture.</para>
|
||||
<para>Packages are no longer built for Release 4 or 5, nor
|
||||
for the alpha nor ia64 architectures.</para>
|
||||
</note>
|
||||
|
||||
<para>The scripts that control all of this live in
|
||||
|
|
@ -174,12 +174,6 @@
|
|||
are used to perform the builds. Most useful are:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><command>dopackages.5</command> - Perform a
|
||||
5.X build
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><command>dopackages.6</command> - Perform
|
||||
a 6.X build
|
||||
|
|
@ -345,10 +339,11 @@
|
|||
<listitem>
|
||||
<para><literal>-distfiles</literal> - Collect distfiles
|
||||
that pass <command>make checksum</command> for later
|
||||
uploading to <hostid>ftp-master</hostid>. Use this
|
||||
uploading to <hostid>ftp-master</hostid>.
|
||||
Formerly we used this
|
||||
sparingly because it takes up a lot of disk space.
|
||||
You should remove the distfiles once they have been
|
||||
transfered to <hostid>ftp-master</hostid>.
|
||||
However, now we have sufficient space that this should
|
||||
be considered the default.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
@ -422,9 +417,9 @@
|
|||
</example>
|
||||
|
||||
<example>
|
||||
<title>Restart an interrupted amd64-5 build without updating</title>
|
||||
<title>Restart an interrupted amd64-8 build without updating</title>
|
||||
|
||||
<para><command>dopackages.5 amd64 -nocvs -noportscvs -norestr -continue -noindex -noduds -nofinish</command></para>
|
||||
<para><command>dopackages.8 amd64 -nocvs -noportscvs -norestr -continue -noindex -noduds -nofinish</command></para>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
|
|
@ -828,11 +823,7 @@ umount: Cleanup of /x/tmp/6-exp/chroot/53837/compat/linux/proc failed!
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><literal>packages-6.1-release</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>packages-6.2-release</literal></para>
|
||||
<para><literal>packages-6.3-release</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
@ -840,7 +831,11 @@ umount: Cleanup of /x/tmp/6-exp/chroot/53837/compat/linux/proc failed!
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>packages-7-current</literal></para>
|
||||
<para><literal>packages-7.0-release</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal>packages-7-stable</literal></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue