mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-12 02:46:57 +08:00
Split utils/mse.py
This moves the code used by the backend and API to common/resolve.py and moves the code used just by the API to web/mse.py.
This commit is contained in:
@@ -6,7 +6,7 @@ from module_build_service import log, models, conf
|
||||
from module_build_service.db_session import db_session
|
||||
from module_build_service.resolver import GenericResolver
|
||||
from module_build_service.scheduler import events
|
||||
from module_build_service.utils.mse import get_base_module_mmds
|
||||
from module_build_service.common.resolve import get_base_module_mmds
|
||||
|
||||
|
||||
def reuse_component(component, previous_component_build, change_state_now=False,
|
||||
|
||||
Reference in New Issue
Block a user