createrepo_c library
0.9.1
C library for metadata manipulation
|
#include <locate_metadata.h>
Data Fields | |
char * | pri_xml_href |
char * | fil_xml_href |
char * | oth_xml_href |
char * | pri_sqlite_href |
char * | fil_sqlite_href |
char * | oth_sqlite_href |
char * | groupfile_href |
char * | cgroupfile_href |
char * | updateinfo_href |
char * | repomd |
char * | original_url |
char * | local_path |
int | tmp |
Structure representing metadata location.
Definition at line 36 of file locate_metadata.h.
char* cgroupfile_href |
path to compressed groupfile
Definition at line 44 of file locate_metadata.h.
char* fil_sqlite_href |
path to filelists.sqlite
Definition at line 41 of file locate_metadata.h.
char* fil_xml_href |
path to filelists.xml
Definition at line 38 of file locate_metadata.h.
char* groupfile_href |
path to groupfile
Definition at line 43 of file locate_metadata.h.
char* local_path |
local path to repo
Definition at line 49 of file locate_metadata.h.
char* original_url |
original path of repo from commandline param
Definition at line 47 of file locate_metadata.h.
char* oth_sqlite_href |
path to other.sqlite
Definition at line 42 of file locate_metadata.h.
char* oth_xml_href |
path to other.xml
Definition at line 39 of file locate_metadata.h.
char* pri_sqlite_href |
path to primary.sqlite
Definition at line 40 of file locate_metadata.h.
char* pri_xml_href |
path to primary.xml
Definition at line 37 of file locate_metadata.h.
char* repomd |
path to repomd.xml
Definition at line 46 of file locate_metadata.h.
int tmp |
if true - metadata were downloaded and will be removed during cr_metadata_location_free
Definition at line 50 of file locate_metadata.h.
char* updateinfo_href |
path to updateinfo
Definition at line 45 of file locate_metadata.h.