Notes on distributed bulk builds
This commit is contained in:
parent
17f5026d0d
commit
225368ebdf
1 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue