Option definitions for repository INI file sections.
|
__cached_keys = set([ ])
|
|
name = Option()
|
|
enabled = Inherit(YumConf.enabled)
|
|
baseurl = UrlListOption()
|
|
mirrorlist = UrlOption()
|
|
metalink = UrlOption()
|
|
mediaid = Option()
|
|
gpgkey = UrlListOption()
|
|
exclude = ListOption()
|
|
includepkgs = ListOption()
|
|
proxy = Inherit(YumConf.proxy)
|
|
proxy_username = Inherit(YumConf.proxy_username)
|
|
proxy_password = Inherit(YumConf.proxy_password)
|
|
retries = Inherit(YumConf.retries)
|
|
failovermethod = Inherit(YumConf.failovermethod)
|
|
gpgcheck = Inherit(YumConf.gpgcheck)
|
|
repo_gpgcheck = Inherit(YumConf.repo_gpgcheck)
|
|
keepalive = Inherit(YumConf.keepalive)
|
|
enablegroups = Inherit(YumConf.enablegroups)
|
|
bandwidth = Inherit(YumConf.bandwidth)
|
|
throttle = Inherit(YumConf.throttle)
|
|
timeout = Inherit(YumConf.timeout)
|
|
http_caching = Inherit(YumConf.http_caching)
|
|
metadata_expire = Inherit(YumConf.metadata_expire)
|
|
mirrorlist_expire = Inherit(YumConf.mirrorlist_expire)
|
|
mdpolicy = Inherit(YumConf.mdpolicy)
|
|
cost = IntOption(1000)
|
|
sslcacert = Inherit(YumConf.sslcacert)
|
|
sslverify = Inherit(YumConf.sslverify)
|
|
sslclientcert = Inherit(YumConf.sslclientcert)
|
|
sslclientkey = Inherit(YumConf.sslclientkey)
|
|
skip_if_unavailable = BoolOption(False)
|