mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-09 16:14:59 +08:00
1. Changed ModuleBuild's context property to db column, it's non-nullable and default value is '00000000' to keep it consistent with previous behaviour. 2. Changed ModuleBuild.contexts_from_mmd to return a tuple of (ref_build_context, build_context, runtime_context, context). 3. Updated tests affected by this change.