mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-08 07:43:20 +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.