From a6f6199910569eb3ddab7577b7759ab227e9a2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 29 Feb 2024 10:47:57 +0100 Subject: [PATCH] kiwibuild: Add subvariant configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář (cherry picked from commit bcd937d16d67cb1a2b4c2d7885114937c8db1055) --- pungi/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi/checks.py b/pungi/checks.py index 7cda7b33..3f56c0db 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -1248,6 +1248,7 @@ def make_schema(): "arches": {"$ref": "#/definitions/list_of_strings"}, "repos": {"$ref": "#/definitions/list_of_strings"}, "failable": {"$ref": "#/definitions/list_of_strings"}, + "subvariant": {"type": "string"}, }, "required": [ "target",