mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-07-17 11:30:19 +08:00
Removed PDC dependency from MBS and replaced it with MBS prod instance.
Signed-off-by: Martin Curlej <mcurlej@redhat.com> Removed pdc from comments. Signed-off-by: Martin Curlej <mcurlej@redhat.com> Adding missing files. Signed-off-by: Martin Curlej <mcurlej@redhat.com> Updated PR according to review. Signed-off-by: Martin Curlej <mcurlej@redhat.com> Local modules builds now Signed-off-by: Martin Curlej <mcurlej@redhat.com> Removed copr from config Signed-off-by: Martin Curlej <mcurlej@redhat.com> Fixed bugs Signed-off-by: Martin Curlej <mcurlej@redhat.com>
This commit is contained in:
@@ -25,7 +25,8 @@ import pkg_resources
|
||||
|
||||
from module_build_service.resolver.base import GenericResolver
|
||||
|
||||
|
||||
# NOTE: if you are adding a new resolver to MBS please note that you also have to add
|
||||
# a new resolver to your setup.py and update you egg-info
|
||||
for entrypoint in pkg_resources.iter_entry_points('mbs.resolver_backends'):
|
||||
GenericResolver.register_backend_class(entrypoint.load())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user