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:
parent
ea146ce297
commit
6ad61aec23
16 changed files with 729 additions and 0 deletions
6
mypy.ini
6
mypy.ini
|
@ -48,3 +48,9 @@ ignore_missing_imports = True
|
|||
|
||||
[mypy-psycopg2.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-repomd.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-defusedxml.*]
|
||||
ignore_missing_imports = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue