BULK(8) - System Manager’s Manual # BULK(8) - System Manager’s Manual
NAME # bulk - building OpenBSD packages in bulk
DESCRIPTION # There are quite a few steps necessary to build packages on a cluster. They are:
Choose master machine setup and create partitions. Setup chrooted builds on the master. Add slaves and do a full bulk. Clean up and do subsequent bulks. Perform additional maintenance. 1. Choose master machine setup and create partitions # Setup a master machine with enough room for a chroot, say /build.
...
PORTSLOGGER(1) - General Commands Manual # PORTSLOGGER(1) - General Commands Manual
NAME # portslogger - logs ports builds selectively
SYNOPSIS # portslogger [-s] directory
DESCRIPTION # portslogger saves logs from ports build in separate files.
portslogger handles directory change messages from the ports tree infrastructure and switches to a corresponding log file situated in directory accordingly, e.g., it will log the build from screen in directory/screen-4.0.3p1.log. portslogger will filter progress-bar noise from ftp(1), pkg_add(1), and pkg_create(1).
...
TMUX(1) - General Commands Manual # TMUX(1) - General Commands Manual
NAME # tmux - terminal multiplexer
SYNOPSIS # tmux [-2CDlNuVv] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [-T features] [command [flags]]
DESCRIPTION # tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.
...