Skip to content
  • Antoine Lambert's avatar
    package: Avoid processing duplicated package release multiple times · 8e1baf4e
    Antoine Lambert authored and Antoine Lambert's avatar Antoine Lambert committed
    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.
    8e1baf4e