From 9b2f0349de79a36beaeff22950dc0f26d7f26028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 15 Dec 2016 13:56:19 +0100 Subject: [PATCH] Define dnf_gather option in schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 60185d7d..eae39962 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -505,6 +505,7 @@ def _make_schema(): }, "gather_prepopulate": {"$ref": "#/definitions/str_or_scm_dict"}, "gather_source_mapping": {"type": "string"}, + "dnf_gather": {"type": "boolean", "default": False}, "pkgset_source": { "type": "string",