Dne 19. 09. 19 v 18:30 Kevin Fenzi napsal(a):
On 9/18/19 12:07 AM, Miroslav Suchý wrote:
Dne 17. 09. 19 v 19:37 Kevin Fenzi napsal(a):
A group of folks are looking at getting modular content in the non modular buildroot in fedora.
I wonder... Why?
To allow non modular things to keep building when things they need to build are only available as modules?
For example, the java stack has a java-buildtools module that many java packages could use to build, but have no way to do so currently.
Can we instead of:
The current plan for this has us creating a list of modules (starting with the default modules and adding a few) that we want to be in the buildroot, doing a pungi compose to gather them into a repo (all marked default in that repo)
teach Koji(ra) to consume modules as modules and put into Mock config: config_opts['module_enable'] = ['list', 'of', 'modules'] config_opts['module_install'] = ['module1/profile', 'module2/profile'] ? I have to admit that I do not know what is responsible to create final module artifact (rpm repo with modulemd metadata). Is it Pungi or MBS?