Skip to content
Snippets Groups Projects
Unverified Commit 1442fc17 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

pmb.build._package: Use deduced arch for error message

Otherwise Arch may be None here which results in an error.
parent c3016e02
No related branches found
No related tags found
No related merge requests found
Pipeline #208033 passed
......@@ -490,7 +490,7 @@ def packages(
f"A binary package for {name} has a newer version ({index_data['version']})"
f" than the source ({pkgver}-{apkbuild['pkgrel']}). Please ensure your pmaports branch is up"
" to date and that you don't have a newer version of the package in your local"
f" binary repo ({context.config.work / 'packages' / channel / arch})."
f" binary repo ({context.config.work / 'packages' / channel / pkg_arch})."
)
build_queue.append(
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment