Librepo library  1.7.13
C library for downloading linux repository metadata and packages
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules
LrYumRepo Struct Reference

#include <yum.h>

Data Fields

GSList * paths
 
char * repomd
 
char * url
 
char * destdir
 
char * signature
 
char * mirrorlist
 
char * metalink
 

Detailed Description

Yum repository

Definition at line 43 of file yum.h.

Field Documentation

char* destdir

Local path to the repo

Definition at line 47 of file yum.h.

char* metalink

Metalink filename

Definition at line 52 of file yum.h.

char* mirrorlist

Mirrolist filename

Definition at line 51 of file yum.h.

GSList* paths

Paths to repo files. List of LrYumRepoPath*s

Definition at line 44 of file yum.h.

char* repomd

Path to repomd.xml

Definition at line 45 of file yum.h.

char* signature

Path to signature if available and signature was downloaded (GPG check was enabled during repo downloading)

Definition at line 48 of file yum.h.

char* url

URL from where repo was downloaded

Definition at line 46 of file yum.h.


The documentation for this struct was generated from the following file: