Skip to content
Snippets Groups Projects

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

Merged Newbyte requested to merge newbyte/queue-build-arch into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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(
{
Loading