Skip to content
Snippets Groups Projects
Verified Commit 5a398bd0 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

fix(db-functions): report correct repo var for stability layer checks

parent e41c9461
No related branches found
No related tags found
No related merge requests found
......@@ -902,7 +902,7 @@ check_staged_versions() {
# TODO: check for dupliace any+native variant
if [[ "${layer_lookup["${layer}::${pkgname}::${pkgarch}"]+exists}" ]]; then
error 'Package %s is staged in multiple repos of the same stability layer: %s and %s' \
"${pkgfile##*/}" "${repo}" "${layer_lookup["${layer}::${pkgname}::repo"]}"
"${pkgfile##*/}" "${repo}" "${layer_lookup["${layer}::${pkgname}::${pkgarch}::repo"]}"
return 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment