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
A colleague has reported hitting the following error:
INFO[0004] Resolving repomd.xml from http://<foo>/repodata/repomd.xml
INFO[0004] Loading primary file from http://<foo>/repodata/<foo>-primary.xml.gz
Error: failed to fetch primary.xml for <foo>: failed to get sha256sum of file: no sha256 found
On further inspection, this is caused by the fact that repomd.xml contains a bunch of
<checksum type='sha'>
elements, while bazeldnf expects all checksums to be in sha256 format.
Adding sha1 (and sha512?) support doesn't look too difficult from a quick look, but I can't allocate time to the task right now.
The text was updated successfully, but these errors were encountered:
A colleague has reported hitting the following error:
On further inspection, this is caused by the fact that
repomd.xml
contains a bunch ofelements, while bazeldnf expects all checksums to be in sha256 format.
Adding sha1 (and sha512?) support doesn't look too difficult from a quick look, but I can't allocate time to the task right now.
The text was updated successfully, but these errors were encountered: