extra_iso: Support extra files in directory

It works, only the config schema does not allow it.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2018-11-14 15:51:01 +01:00
parent c2a4700446
commit 7c2e701a74
1 changed files with 1 additions and 0 deletions

View File

@ -942,6 +942,7 @@ def make_schema():
"repo": {"type": "string"},
"branch": {"$ref": "#/definitions/optional_string"},
"file": {"$ref": "#/definitions/strings"},
"dir": {"$ref": "#/definitions/strings"},
"target": {"type": "string"},
},
"additionalProperties": False,