kiwibuild: Add kiwibuild global options

This is already supported by code, just missing in the schema.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit b9d94970b5)
This commit is contained in:
Lubomír Sedlář 2024-03-01 14:41:01 +01:00 committed by Stepan Oksanichenko
parent a196e9c895
commit f28053eecc
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

@ -1251,7 +1251,6 @@ def make_schema():
"subvariant": {"type": "string"},
},
"required": [
"target",
"description_scm",
"description_path",
"kiwi_profile",
@ -1262,6 +1261,9 @@ def make_schema():
},
"additionalProperties": False,
},
"kiwibuild_target": {"type": "string"},
"kiwibuild_release": {"$ref": "#/definitions/optional_string"},
"kiwibuild_version": {"type": "string"},
"osbuild_target": {"type": "string"},
"osbuild_release": {"$ref": "#/definitions/optional_string"},
"osbuild_version": {"type": "string"},