From 7c2e701a74cf1894637b97e2c65bfb2bb65da0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 14 Nov 2018 15:51:01 +0100 Subject: [PATCH] extra_iso: Support extra files in directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It works, only the config schema does not allow it. Signed-off-by: Lubomír Sedlář --- pungi/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi/checks.py b/pungi/checks.py index 823f14d1..65e97ea6 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -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,