You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So.. does that just mean the metadata checksums are correct and that the data is parse-able, or that semantically there are no issues like missing dependencies? I see some stuff in there for making sure all updateinfo have IDs.
Is there a way to verify the sanity of repodata for a given repository without running dnf and see if it fails?
Bodhi (the fedora package delivery system) uses a dirty hack to verify the repodata for repositories it composes:
https://github.com/fedora-infra/bodhi/blob/481df02300f94ca72ad7ce2ce32d543211ca823d/bodhi-server/bodhi/server/util.py#L272-L390
I'd like to avoid running dnf commands in a subprocess and verify the repodata within Python. Does libdnf has an appropriate method?
The text was updated successfully, but these errors were encountered: