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
There's a bug we're going to need to test where the repository has a different checksum type in the primary.xml file vs the repomd.xml file. The problem is that createrepo command only lets you specify a single checksum type to use.
I think these steps might work:
Generate your rpm repository normally with createrepo . and hold onto the primary.xml.gz file
Now remove the other repodata files and regenerate the repo metadata files with createrepo -s sha1 ..
Substitute in the sha256 primary.xml.gz file for the sha1 one. Update repomd.xml to point to the new primary.xml.gz file and update the checksum as well.
The text was updated successfully, but these errors were encountered:
There's a bug we're going to need to test where the repository has a different checksum type in the primary.xml file vs the repomd.xml file. The problem is that
createrepo
command only lets you specify a single checksum type to use.I think these steps might work:
createrepo .
and hold onto the primary.xml.gz filecreaterepo -s sha1 .
.The text was updated successfully, but these errors were encountered: