From 2d6b03eebaa1a9aeb7a0150f3a85e40a2fca380b Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Tue, 26 Oct 2021 11:37:06 +0200 Subject: [PATCH] fix signature --- plugins/hub/kiwi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hub/kiwi.py b/plugins/hub/kiwi.py index 911612f6..be51bb01 100644 --- a/plugins/hub/kiwi.py +++ b/plugins/hub/kiwi.py @@ -10,7 +10,7 @@ koji.tasks.LEGACY_SIGNATURES['kiwiBuild'] = [ None, None, (None,)]] koji.tasks.LEGACY_SIGNATURES['createKiwiImage'] = [ [['name', 'version', 'release', 'arch', - 'target_info', 'build_tag', 'repo_info', 'desc_url', 'opts'], + 'target_info', 'build_tag', 'repo_info', 'desc_url', 'desc_path', 'opts'], None, None, (None,)]]