Skip to content
Snippets Groups Projects
Commit 54d8c7df authored by Antoine Lambert's avatar Antoine Lambert
Browse files

package: Avoid processing duplicated package release multiple times

It might exist cases where multiple versions of a package target the same
release object.

For instance a rpm package has one specific version for each distribution
release but they can target the same intrinsic version and source package
contents are exactly the same.

So avoid downloading and processing a package version if the corresponding
extid has already been encountered during the current loading by maintaining
a mapping between extids and release swhids.
parent 18108e4c
No related branches found
Tags v5.19.0
No related merge requests found
Loading
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