diff options
author | nia <nia@pkgsrc.org> | 2021-08-03 08:16:44 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-08-03 08:16:44 +0000 |
commit | ba506ca26df9037984e8b37e6848ccf882b5df77 (patch) | |
tree | 211df0b8b07557634cd22ebb6c8562ac96d4d1a8 /doc/guide | |
parent | 278966ea18ac0df68d1f070fdcc0a294b8447357 (diff) | |
download | pkgsrc-ba506ca26df9037984e8b37e6848ccf882b5df77.tar.gz |
Notes on distributed bulk builds
Diffstat (limited to 'doc/guide')
-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> |