Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: workaround issue with mirrorIDs
This commit adds a workaround for the librepo mirror IDs: osbuild librepo expects the mirrors to be encoded as hex-digests - osbuild-depsolve-dnf gives us this for some repos but when using "SetRootDir" (as we do here) it just gives us the pipeline names, we probably want to fix this either in osbuild:librepo (relaxing the rules) or "images" (always hash the id again) but for now to it here to get some testing.
- Loading branch information