mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 17:29:45 +08:00
LocalBuildConfiguration: Set ALLOW_ONLY_COMPATIBLE_BASE_MODULES = False
The default LocalBuildConfiguration builds against Fedora - which has ALLOW_ONLY_COMPATIBLE_BASE_MODULES = False on the server side. Match that to avoid warnings that f33 isn't in <stream>x.y.z form.
This commit is contained in:
@@ -82,6 +82,9 @@ class LocalBuildConfiguration(BaseConfiguration):
|
||||
RPMS_ALLOW_REPOSITORY = True
|
||||
MODULES_ALLOW_REPOSITORY = True
|
||||
|
||||
# Match the Fedora server-side configuration
|
||||
ALLOW_ONLY_COMPATIBLE_BASE_MODULES = False
|
||||
|
||||
# Celery tasks will be executed locally for local builds
|
||||
CELERY_TASK_ALWAYS_EAGER = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user