-
Notifications
You must be signed in to change notification settings - Fork 4
Partial builds
Ruslan Lopatin edited this page Sep 20, 2020
·
1 revision
It is possible to build only a subset of packages.
The following options control the named batches to include into the build:
Limits a set of named batches to select. Here <BATCH>
is a batch name preceding the /
sign.
Selects named batches in addition to the ones specified by --only
.
This option can be used to select additional named batches. Additional named batches have names prefixed by +
(which is not required in option value). These batches are not automatically selected, unless explicitly requested by --with
or --only
option.
Excludes the named batches from the build. This has higher priority than --only
and --with
option.
Selects all named batches except additional ones.
This removes the effect of --only
, --with
, and --except
options.