GNU Lister
Closed
requested to merge generated-differential-D1482-source into generated-differential-D1482-target
- Jun 11, 2019
-
-
Archit Agrawal authored
Added a function which will derive the extension from filename and check if the fie extension match the type of file that is to be archived.
-
- Jun 08, 2019
-
-
Archit Agrawal authored
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.
-
Archit Agrawal authored
Previously gnu lister was using same code as that of tarball loader to download, unzip and read tree.json file. To make the code consise the downloading method is changed to requests library.
-
Archit Agrawal authored
Implement first pass of gnu lister to list all the packages present in https://ftp.gnu.org/ Add GNU lister in README and cli.py Closes T1722
-