diff options
author | asau <asau> | 2014-07-16 21:47:10 +0000 |
---|---|---|
committer | asau <asau> | 2014-07-16 21:47:10 +0000 |
commit | 56bd322f58ccd43355e12eb3c9054638f8083bf4 (patch) | |
tree | 7592eb6bd6ea5581088057a2769214d5338efa11 /doc/guide | |
parent | f6fb0a0105754fae408c4ff33f589c53a551b6d7 (diff) | |
download | pkgsrc-56bd322f58ccd43355e12eb3c9054638f8083bf4.tar.gz |
Push full bulk build requirements down.
This is less interesting use case now that we have made bulk builds more accessible.
Besides, the information is outdated. Perhaps the section should be removed.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/bulk.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/doc/guide/files/bulk.xml b/doc/guide/files/bulk.xml index c2d8b7377d8..983d19a2dce 100644 --- a/doc/guide/files/bulk.xml +++ b/doc/guide/files/bulk.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: bulk.xml,v 1.17 2014/07/16 21:26:09 asau Exp $ --> +<!-- $NetBSD: bulk.xml,v 1.18 2014/07/16 21:47:10 asau Exp $ --> <chapter id="bulk"> <title>Creating binary packages for everything in pkgsrc (bulk @@ -56,32 +56,6 @@ that you don't need any package during the build.</para></listitem> </itemizedlist> </sect1> -<sect1 id="bulk.req"> -<title>Requirements of a bulk build</title> - -<para>A complete bulk build requires lots of disk space. Some of the -disk space can be read-only, some other must be writable. Some can be on -remote filesystems (such as NFS) and some should be local. Some can be -temporary filesystems, others must survive a sudden reboot.</para> - -<itemizedlist> - -<listitem><para>40 GB for the distfiles (read-write, remote, temporary)</para></listitem> - -<listitem><para>30 GB for the binary packages (read-write, remote, permanent)</para></listitem> - -<listitem><para>1 GB for the pkgsrc tree (read-only, remote, permanent)</para></listitem> - -<listitem><para>5 GB for <filename>LOCALBASE</filename> (read-write, local, temporary)</para></listitem> - -<listitem><para>10 GB for the log files (read-write, remote, permanent)</para></listitem> - -<listitem><para>5 GB for temporary files (read-write, local, temporary)</para></listitem> - -</itemizedlist> - -</sect1> - <sect1 id="bulk.pbulk"> <title>Running a pbulk-style bulk build</title> @@ -174,6 +148,32 @@ unprivileged bulk build and helps configuring distributed bulk builds.</para> </sect1> +<sect1 id="bulk.req"> +<title>Requirements of a full bulk build</title> + +<para>A complete bulk build requires lots of disk space. Some of the +disk space can be read-only, some other must be writable. Some can be on +remote filesystems (such as NFS) and some should be local. Some can be +temporary filesystems, others must survive a sudden reboot.</para> + +<itemizedlist> + +<listitem><para>40 GB for the distfiles (read-write, remote, temporary)</para></listitem> + +<listitem><para>30 GB for the binary packages (read-write, remote, permanent)</para></listitem> + +<listitem><para>1 GB for the pkgsrc tree (read-only, remote, permanent)</para></listitem> + +<listitem><para>5 GB for <filename>LOCALBASE</filename> (read-write, local, temporary)</para></listitem> + +<listitem><para>10 GB for the log files (read-write, remote, permanent)</para></listitem> + +<listitem><para>5 GB for temporary files (read-write, local, temporary)</para></listitem> + +</itemizedlist> + +</sect1> + <sect1 id="creating-cdroms"> <title>Creating a multiple CD-ROM packages collection</title> |