HomeSoftware Heritage

conda: Yield listed origins after all artifacts in a page are processed

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

conda: Yield listed origins after all artifacts in a page are processed

swh-scheduler will deduplicate listed origins according to their URL
and visit type but not according to their extra loader arguments.

Previously, listed origins were yielded after each processed artifact
in a page so we could lose some package version info due to the
deduplication process.

So ensure to yield listed origins once all artifacts in a page have
been processed.

Details

Provenance
anlambertAuthored on Oct 19 2022, 3:59 PM
anlambertPushed on Oct 25 2022, 10:58 AM
Differential Revision
D8747: conda: Yield listed origins after all artifacts in a page are processed
Build Status
Buildable 32547
Build 50980: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.