mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-12 10:57:58 +08:00
Merge #922 Generate 'context' from hash based on buildrequires/requires stream. Reuse components only from module with the same stream_build_context.
This commit is contained in:
@@ -377,7 +377,7 @@ def submit_module_build(username, url, mmd, scm, optional_params=None):
|
||||
username=username,
|
||||
**(optional_params or {})
|
||||
)
|
||||
module.build_context, module.runtime_context = \
|
||||
module.ref_build_context, module.build_context, module.runtime_context = \
|
||||
module.contexts_from_mmd(module.modulemd)
|
||||
|
||||
db.session.add(module)
|
||||
|
||||
Reference in New Issue
Block a user