feat(fedora): Introduce fedora lister

Summary: Lister to ingest fedora mirrors (.rpm)

Reviewers: #reviewers, vlorentz

Subscribers: vlorentz, olasd

Maniphest Tasks: T4448

Differential Revision: https://forge.softwareheritage.org/D8386
This commit is contained in:
KShivendu 2022-10-05 15:44:10 +05:30
parent ea146ce297
commit 6ad61aec23
16 changed files with 729 additions and 0 deletions

View file

@ -39,6 +39,9 @@ lister_args = {
"url": "https://guix.gnu.org/sources.json",
"origin_upstream": "https://git.savannah.gnu.org/cgit/guix.git/",
},
"fedora": {
"url": "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases//",
},
}