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:
parent
a196e9c895
commit
f28053eecc
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user