forked from Mirror/pmbootstrap
pmb.{config, helpers, install}: add _pmb_default support (MR 2301)
This commit is contained in:
parent
7a299b3fc4
commit
56a4329f4f
4 changed files with 12 additions and 2 deletions
|
@ -281,7 +281,7 @@ def ask_for_provider_select(apkbuild, providers_cfg) -> None:
|
|||
providers. Updated with new providers after selection
|
||||
"""
|
||||
for select in apkbuild["_pmb_select"]:
|
||||
providers = pmb.helpers.pmaports.find_providers(select)
|
||||
providers = pmb.helpers.pmaports.find_providers(select, apkbuild["_pmb_default"])
|
||||
logging.info(f"Available providers for {select} ({len(providers)}):")
|
||||
|
||||
has_default = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue