Learn more about these different git repos.
Other Git URLs
With Mock 2.4, it has now become possible to set an array of commands for configuring the modules active in a buildroot.
This is done by configuring the module_setup_commands option with a list of disable/enable commands accordingly, like this example for a mock config:
module_setup_commands
disable
enable
config_opts['module_setup_commands'] = [ ('disable', 'php'), ('enable', 'php:7.4'), ]
These will be applied early so that build dependencies will be satisfied by the modular package set rather than some weird mix that is unreproducible or unworkable.
This is foundational for making EPEL properly functional for building against RHEL modules, and many third party package builders using Koji will need it to successfully build things properly.
(cc: @daxelrod, @remi, @tdawson, @carlwgeorge)
I came here looking for this very feature. No progress, I take it?
Metadata Update from @tkopecek: - Custom field Size adjusted to None - Issue set to the milestone: 1.26
Nope, I've added it to roadmap.
@alexi Are you willing to do some work on this? It slipped to next release again due to lack of time :-(
Metadata Update from @tkopecek: - Issue set to the milestone: 1.27 (was: 1.26)
PR #3039
Metadata Update from @julian8628: - Issue set to the milestone: 1.28 (was: 1.27)
Metadata Update from @jcupova: - Issue tagged with: testing-ready
Commit d5a8f5c fixes this issue
Commit 3ee95ba fixes this issue
Metadata Update from @mfilip: - Issue tagged with: testing-done
Log in to comment on this ticket.