Skip to content

db: fix provides handling

Natanael Copa requested to merge ncopa/lua-aports:db-tests into master

db: fix provides handling

Ensure that we only consider the provides when calculating the build order and not otherwise.

Do so by have a separate providers table where we track the providers, and add a separate each_provider_for function call so we can separate out when we want include the providers and when we don't.

Also fixes a bug when the APKBUILD have more than one provider listed.

fixes commit 9e31086f (db: include provides when calculate build order)

fixes: #1 (closed)

Edited by Natanael Copa

Merge request reports