#include <rpmcli.h>
Data Fields | |
rpmQueryFlags | qva_flags |
int | buildAmount |
const char * | buildRootOverride |
char * | targets |
const char * | passPhrase |
const char * | cookie |
int | force |
int | noBuild |
int | noDeps |
int | noLang |
int | shortCircuit |
int | sign |
int | useCatalog |
char | buildMode |
char | buildChar |
const char * | rootdir |
Definition at line 437 of file rpmcli.h.
|
Bit(s) to control operation. Definition at line 439 of file rpmcli.h. Referenced by build(), buildArgCallback(), buildForTarget(), and main(). |
|
Build stage (one of "abcilps ") Definition at line 456 of file rpmcli.h. Referenced by buildArgCallback(), and main(). |
|
Build mode (one of "btBC") Definition at line 455 of file rpmcli.h. Referenced by buildArgCallback(), buildForTarget(), and main(). |
|
from --buildroot Definition at line 441 of file rpmcli.h. Referenced by buildArgCallback(), buildForTarget(), and main(). |
|
NULL for binary, ??? for source, rpm's Definition at line 447 of file rpmcli.h. Referenced by buildForTarget(), and main(). |
|
from --force Definition at line 448 of file rpmcli.h. Referenced by buildArgCallback(), and buildForTarget(). |
|
from --nobuild Definition at line 449 of file rpmcli.h. Referenced by buildArgCallback(), and buildForTarget(). |
|
from --nodeps Definition at line 450 of file rpmcli.h. Referenced by buildArgCallback(), and buildForTarget(). |
|
from --nolang Definition at line 451 of file rpmcli.h. Referenced by buildArgCallback(). |
|
Pass phrase. Definition at line 445 of file rpmcli.h. Referenced by buildForTarget(), and main(). |
|
Bit(s) to control verification. Definition at line 438 of file rpmcli.h. Referenced by build(), and buildArgCallback(). |
|
Definition at line 458 of file rpmcli.h. Referenced by buildForTarget(), and main(). |
|
from --short-circuit Definition at line 452 of file rpmcli.h. Referenced by buildArgCallback(), and main(). |
|
from --sign Definition at line 453 of file rpmcli.h. Referenced by buildArgCallback(), and main(). |
|
Target platform(s), comma separated. Definition at line 443 of file rpmcli.h. Referenced by build(), buildArgCallback(), and main(). |
|
from --usecatalog Definition at line 454 of file rpmcli.h. Referenced by buildArgCallback(). |