mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
If KojiResolver is enabled for buildrequired base module and MBSResolver is used, then `MBSResolver.get_buildrequired_modulemds` will use KojiResolver to get the list of buildrequired module builds. Otherwise it uses the current behavior. To implement this, the `KojiResolver.get_buildrequired_modules` was split into two methods: - `get_buildrequired_koji_builds` returns buildrequired Koji builds. - `get_buildrequired_modules` calls `get_buildrequired_koji_builds` and finds the corresponding ModuleBuilds in MBS DB.