UnitedRPMs / unitedrpms

UnitedRPMs Repository Configuration
https://unitedrpms.github.io/
36 stars 6 forks source link

Error downloading metadata for F35 #18

Closed AJigsawnHalo closed 3 years ago

AJigsawnHalo commented 3 years ago

Been having this error ever since installing the F35 Beta

Errors during downloading metadata for repository 'unitedrpms':
  - Status code: 404 for https://osdn.net/projects/unitedrpms/storage/35/x86_64/repodata/repomd.xml.asc (IP: 54.148.72.48)
  - Status code: 404 for https://osdn.net/projects/unitedrpms/storage/35/x86_64/repodata/repomd.xml.asc (IP: 52.24.176.155)
Error: Failed to download metadata for repo 'unitedrpms': GPG verification is enabled, but GPG signature is not available. This may be an error or the repository does not support GPG verification: Status code: 404 for https://osdn.net/projects/unitedrpms/storage/35/x86_64/repodata/repomd.xml.asc (IP: 52.24.176.155)
AJigsawnHalo commented 3 years ago

After checking out things some more, it seems like my system is still reading the mirrorlist_x86_64.txt and it's been using the osdn mirror instead of the sourceforge one.

kuboosoft commented 3 years ago

@AJigsawnHalo su dnf clean all && dnf -y update

AJigsawnHalo commented 3 years ago

Ran it today and the recent commit seemed to have fixed it. Thanks!