forked from Mirror/pmbootstrap
treewide: migrate to pkgrepo API (MR 2252)
Make use of the new pmb.core.pkgrepo API to handle multiple aports and extra-repos. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
8a61d67053
commit
560cea46ea
19 changed files with 153 additions and 91 deletions
|
@ -297,7 +297,8 @@ cache: Dict[str, Any] = {
|
|||
"pmb.helpers.package.get": {},
|
||||
"pmb.helpers.repo.update": {"404": [], "offline_msg_shown": False},
|
||||
"pmb.helpers.git.parse_channels_cfg": {},
|
||||
"pmb.config.pmaports.read_config": None,
|
||||
"pmb.config.pmaports.read_config": {},
|
||||
"pmb.config.pmaports.read_config_repos": None,
|
||||
"pmb.chroot.init": {},
|
||||
"pkgrepo_paths": [],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue