Lookaside cache helper module

class rebasehelper.helpers.lookaside_cache_helper.LookasideCacheHelper[source]

Class for downloading files from Fedora/CentOS/RHEL lookaside cache

classmethod download(tool: str, basepath: str, package: str, target_dir: str = '') None[source]
rpkg_config_dir: str = '/etc/rpkg'
classmethod update_sources(tool: str, basepath: str, package: str, old_sources: List[str], new_sources: List[str], upload: bool = True, source_dir: str = '') List[str][source]