swh.lister.gnu: Add functionality to list all the tarballs for a package.

As discussed in T1389 to ingest all packages using base loader, it need
a list of all the tarballs for a pakage.
Hence modifified lister to recursively list all the tarballs for a
package with their last updated time.
This commit is contained in:
Archit Agrawal 2019-05-30 21:07:00 +05:30 committed by Archit Agrawal
parent ebdb959823
commit 709ba8a6e5
6 changed files with 583 additions and 45 deletions

View file

@ -16,6 +16,7 @@ following Python modules:
- `swh.lister.pypi`
- `swh.lister.npm`
- `swh.lister.phabricator`
- `swh.lister.gnu`
Dependencies
------------