From 6bd1e9da2a0ef1dd6d4cf6847723de4a98dfb86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 25 Feb 2019 14:21:22 +0100 Subject: [PATCH] image-build: Resolve git ref in ksurl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ksurl property was not listed in the config schema, and thus it was not processed. 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 b2949cfa..79fb9bc9 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -1134,6 +1134,7 @@ def make_schema(): "distro": {"type": "string"}, "name": {"type": "string"}, "kickstart": {"type": "string"}, + "ksurl": {"type": "url"}, "arches": {"$ref": "#/definitions/list_of_strings"}, "repo": { "$ref": "#/definitions/repos",