Add arch lister module (origins from archives).

After a first attempt with D7812 this one use a different strategy to
retrieve origins.

Fetch and extract "core.files.tar.gz", "extra.files.tar.gz" and "community.files.tar.gz" from archives.archlinux.org. That step ensure that we have a list of "official" packages.
Parse metadata from 'desc' file to build origins url.
Scrap the origin url to get artifacts metadata that list all versions of a package.

It also fetch and extract unofficial 'arm' packages from archlinuxarm.org but in this case we can not get all versions of an arm package.

Related T4233
This commit is contained in:
Franck Bret 2022-05-25 14:43:38 +02:00
parent 263db667d0
commit 1bf11aa26d
24 changed files with 2755 additions and 0 deletions

View file

@ -6,3 +6,4 @@ Sushant Sushant
Hezekiah Maina
Boris Baldassari
Léo Andrès
Franck Bret