#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 469 of file rpmcli.h.
Bit(s) to control verification.
Definition at line 470 of file rpmcli.h.
Referenced by build(), and buildArgCallback().
Bit(s) to control operation.
Definition at line 471 of file rpmcli.h.
Referenced by build(), buildArgCallback(), buildForTarget(), and main().
const char* rpmBuildArguments_s::buildRootOverride |
from --buildroot
Definition at line 473 of file rpmcli.h.
Referenced by buildArgCallback(), buildForTarget(), and main().
Target platform(s), comma separated.
Definition at line 475 of file rpmcli.h.
Referenced by build(), buildArgCallback(), and main().
const char* rpmBuildArguments_s::passPhrase |
const char* rpmBuildArguments_s::cookie |
NULL for binary, ??? for source, rpm's
Definition at line 479 of file rpmcli.h.
Referenced by buildForTarget(), and main().
from --force
Definition at line 480 of file rpmcli.h.
Referenced by buildArgCallback(), and buildForTarget().
from --nobuild
Definition at line 481 of file rpmcli.h.
Referenced by buildArgCallback(), and buildForTarget().
from --nodeps
Definition at line 482 of file rpmcli.h.
Referenced by buildArgCallback(), and buildForTarget().
from --short-circuit
Definition at line 484 of file rpmcli.h.
Referenced by buildArgCallback(), and main().
Build mode (one of "btBC")
Definition at line 487 of file rpmcli.h.
Referenced by buildArgCallback(), buildForTarget(), and main().
Build stage (one of "abcilps ")
Definition at line 488 of file rpmcli.h.
Referenced by buildArgCallback(), and main().
const char* rpmBuildArguments_s::rootdir |