From bd5d81be76a66f1748a054415cc4edaf610791a4 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Apr 19 2022 12:15:38 +0000 Subject: doc: better description for kiwi channel requirements Fixes: https://pagure.io/koji/issue/3315 --- diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 839678b..3bcc798 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -245,11 +245,14 @@ project. Minimal supported version of kiwi is ``kiwi-9.24.2``. All three parts (cli/hub/builder) needs to be installed. There is currently no configuration except allowing the plugins (name is 'kiwi' for all components). -Builders have to be part of ``image`` channel and don't need to have any -specific library installed (kiwi invocation/usage is only in buildroots not on -builder itself). (Temporarily ``python3-kiwi`` needs to be installed on builder -for kojid to be able to parse kiwi output. It will be changed to json in next -version and this requirement will be dropped.) +Builders don't need to have any specific library installed (kiwi +invocation/usage is only in buildroots not on builder itself). (Temporarily +``python3-kiwi`` needs to be installed on builder for kojid to be able to parse +kiwi output. It will be changed to json in next version and this requirement +will be dropped.) + +``image`` channel is the default one and ``channel`` policy can be used to +request other channel for this type of tasks as usual. Buildtag needs to be configured by adding special group ``kiwi`` which should contain at least ``kiwi-cli``, potentially ``jing`` for better description files