pkgcore.vdb.ondisk module¶
- class pkgcore.vdb.ondisk.ConfiguredTree(vdb, domain, domain_settings)[source]¶
-
Configured repository for packages installed on the filesystem.
- configured = True¶
- frozen_settable = False¶
- class pkgcore.vdb.ondisk.tree(location, cache_location=None, repo_id='vdb', disable_cache=False)[source]¶
Bases:
tree
Repository for packages installed on the filesystem.
- configurables = ('domain', 'settings')¶
- configured = False¶
- livefs = True¶
- notify_remove_package(pkg)[source]¶
internal function
notify the repository that a pkg it provides is being removed
- operations_kls¶
alias of
operations
- class package_factory(parent_repo)¶
Bases:
factory
- new_package(*args)¶
generate a new package instance
- priority = 5¶
- pkgcore_config_type = <pkgcore.config.hint.ConfigHint object>¶