From d3938d7c045658a6ad562d2a9750f58b5a6d84f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 26 Apr 2018 13:22:21 +0200 Subject: [PATCH] ostree: Recognize force_new_commit option in old config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://pagure.io/pungi/issue/925 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 2c2b7443..f85efe9f 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -934,6 +934,7 @@ def make_schema(): "ostree_repo": {"type": "string"}, "failable": {"$ref": "#/definitions/list_of_strings"}, "update_summary": {"type": "boolean"}, + "force_new_commit": {"type": "boolean"}, "version": {"type": "string"}, "config_branch": {"type": "string"}, "tag_ref": {"type": "boolean"},