#include <lib/rpmcli.h>
Data Fields | |
rpmQueryFlags | qva_flags |
int | buildAmount |
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 811 of file rpmcli.h.
Bit(s) to control verification.
Definition at line 812 of file rpmcli.h.
Referenced by build(), and buildArgCallback().
Bit(s) to control operation.
Definition at line 813 of file rpmcli.h.
Referenced by build(), buildArgCallback(), buildForTarget(), and main().
const char* rpmBuildArguments_s::passPhrase |
const char* rpmBuildArguments_s::cookie |
NULL for binary, ??? for source, rpm's
Definition at line 817 of file rpmcli.h.
Referenced by buildForTarget(), and main().
from --force
Definition at line 818 of file rpmcli.h.
Referenced by buildArgCallback(), and buildForTarget().
from --nobuild
Definition at line 819 of file rpmcli.h.
Referenced by buildArgCallback(), and buildForTarget().
from --nodeps
Definition at line 820 of file rpmcli.h.
Referenced by buildArgCallback(), and buildForTarget().
from --short-circuit
Definition at line 822 of file rpmcli.h.
Referenced by buildArgCallback(), and main().
Build mode (one of "btBC")
Definition at line 825 of file rpmcli.h.
Referenced by buildArgCallback(), buildForTarget(), and main().
Build stage (one of "abcilps ")
Definition at line 826 of file rpmcli.h.
Referenced by buildArgCallback(), and main().
const char* rpmBuildArguments_s::rootdir |