diff options
Diffstat (limited to 'doc/guide/files/bulk.xml')
-rw-r--r-- | doc/guide/files/bulk.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/guide/files/bulk.xml b/doc/guide/files/bulk.xml index b263ee70fd7..c9a97d75c1e 100644 --- a/doc/guide/files/bulk.xml +++ b/doc/guide/files/bulk.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: bulk.xml,v 1.34 2021/08/03 08:11:34 nia Exp $ --> +<!-- $NetBSD: bulk.xml,v 1.35 2021/08/03 08:16:44 nia Exp $ --> <chapter id="bulk"> <title>Creating binary packages for everything in pkgsrc (bulk @@ -157,7 +157,12 @@ The script is kept small enough for better understanding.</para> </note> <note><para>The <filename>pbulk.sh</filename> script supports running -unprivileged bulk build and helps configuring distributed bulk builds.</para> +unprivileged bulk build and helps configuring distributed bulk builds. +Distributed bulk builds support either building in worker chroots +(each node is a path to a different chroot) +that replicate the target system, including the pbulk prefix, +or remote machines (each node is +an IP address that must be accessible over SSH without a password).</para> </note> </sect2> |