Learn more about these different git repos.
Other Git URLs
For the bootstrapping time, it is useful to simply use a "reasonably new" container image having both python3-dnf and python3-dnf-plugins-core (so the DNF understands all the rpm/metadata features of the target chroot) and claim it is "ready for bootstrapping":
python3-dnf
python3-dnf-plugins-core
config_opts['bootstrap_image_ready'] = True
Then Mock doesn't have to install additional packages into the bootstrap, making the overall build faster (with no risk of incompatible packages).
Docs for more info: https://rpm-software-management.github.io/mock/Feature-container-for-bootstrap
So, if I understand it correctly, RFE is for allowing setting this mock option. I assume that there is nothing else needed to support this?
Metadata Update from @tkopecek: - Custom field Size adjusted to None
Correct.
Metadata Update from @tkopecek: - Issue set to the milestone: 1.35
Metadata Update from @tkopecek: - Issue set to the milestone: 1.36 (was: 1.35)
PR 4287
Metadata Update from @jcupova: - Issue tagged with: testing-ready
Metadata Update from @tkopecek: - Issue untagged with: testing-ready - Issue tagged with: testing-basic
Metadata Update from @mfilip: - Issue tagged with: testing-done
Commit 8ad473b fixes this issue
Commit 1c923ed fixes this issue
Log in to comment on this ticket.