portage.sync.config_checks module

Base class for performing repos.conf sync variables checks. This class contains common checks code and functions.

For additional checks or other customizations, subclass it adding and/or overriding classes as needed.

class portage.sync.config_checks.CheckSyncConfig(repo=None, logger=None)

Bases: object

Base repos.conf settings checks class

check_auto_sync()

Check the auto_sync setting

check_uri()

Check the sync_uri setting

repo_checks()

Perform all checks available

portage.sync.config_checks.check_type(repo, logger, module_names)