Page MenuHomeSoftware Heritage

swh.loader.package: Implement fetch_data() and store_data() method.
AbandonedPublic

Authored by ardumont on Aug 3 2019, 10:03 PM.

Details

Reviewers
nahimilega
Group Reviewers
Reviewers
Summary

fetch_data() method is responsible for using the
generator object that was created by prepare().
It would call the object to perform operations like
download, cleanup, extract metadata and build
revision for each package version . This would
then be stored in database by store_data()
method.

Depends on D1812

Diff Detail

Repository
rDLDBASE Generic VCS/Package Loader
Branch
b5
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 7137
Build 10065: tox-on-jenkinsJenkins
Build 10064: arc lint + arc unit