Package backend :: Package satellite_tools :: Package repo_plugins :: Module uln_src :: Class ContentSource
[hide private]
[frames] | no frames]

Class ContentSource

source code


Instance Methods [hide private]
 
__init__(self, url, name, org='1', channel_label='', no_mirrors=False, ca_cert_file=None, client_cert_file=None, client_key_file=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_authenticate(self, url) source code
 
setup_repo(self, repo, *args, **kwargs)
Fetch repository metadata
source code

Inherited from spacewalk.satellite_tools.repo_plugins.yum_src.ContentSource: __del__, clear_cache, get_file, get_groups, get_metadata_paths, get_modules, get_package, get_updates, list_packages, number_of_packages, raw_list_packages, repomd_up_to_date, set_download_parameters

Inherited from spacewalk.satellite_tools.repo_plugins.yum_src.ContentSource (private): _expand_comps_type, _expand_package_groups, _get_package_dependencies

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from spacewalk.satellite_tools.repo_plugins.yum_src.ContentSource: interrupt_callback, verify_pkg

Inherited from spacewalk.satellite_tools.repo_plugins.yum_src.ContentSource (private): _filter_packages, _find_comps_type, _sort_packages

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, url, name, org='1', channel_label='', no_mirrors=False, ca_cert_file=None, client_cert_file=None, client_key_file=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

_authenticate(self, url)

source code 
Overrides: spacewalk.satellite_tools.repo_plugins.yum_src.ContentSource._authenticate

setup_repo(self, repo, *args, **kwargs)

source code 

Fetch repository metadata

Overrides: spacewalk.satellite_tools.repo_plugins.yum_src.ContentSource.setup_repo
(inherited documentation)