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
{{ message }}
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.
The generate_modulemd_with_hashes.sh script can generate a modulemd with commit hashes for every component, reflecting the repodata it uses. Doing it this way makes the builds much more reproducible, as we use the same thing we are resolving against
The script isn't run as part of the regenerate-everything.sh because it's verry slow.
The
generate_modulemd_with_hashes.sh
script can generate a modulemd with commit hashes for every component, reflecting the repodata it uses. Doing it this way makes the builds much more reproducible, as we use the same thing we are resolving againstThe script isn't run as part of the
regenerate-everything.sh
because it's verry slow.The script asks Koji for every hash, every time. If it could use some caching, similar to
make_modulemd.pl
from the https://github.com/fedora-modularity/baseruntime-package-lists repo would make it much faster.If we fix it, we can generate hashes every time very quickly.
The text was updated successfully, but these errors were encountered: