#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 operation. Definition at line 813 of file rpmcli.h. Referenced by build(), buildArgCallback(), buildForTarget(), and main(). |
|
Build stage (one of "abcilps ") Definition at line 826 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(). |
|
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 --nolang Definition at line 821 of file rpmcli.h. Referenced by buildArgCallback(). |
|
Pass phrase. Definition at line 815 of file rpmcli.h. Referenced by buildForTarget(), and main(). |
|
Bit(s) to control verification. Definition at line 812 of file rpmcli.h. Referenced by build(), and buildArgCallback(). |
|
Definition at line 828 of file rpmcli.h. Referenced by buildForTarget(), and main(). |
|
from --short-circuit Definition at line 822 of file rpmcli.h. Referenced by buildArgCallback(), and main(). |
|
from --sign Definition at line 823 of file rpmcli.h. Referenced by buildArgCallback(), and main(). |
|
from --usecatalog Definition at line 824 of file rpmcli.h. Referenced by buildArgCallback(). |