From eb56f2bec437f4f7a102ff4153be5e69ac4c8c69 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Mon, 15 Nov 2021 15:36:11 +0100 Subject: [PATCH] expand docs --- docs/source/plugins.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index c2fbb879..c6c8f438 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -254,6 +254,13 @@ most simple configuration will look like: $ koji add-group kiwi-build-tag kiwi $ koji add-group-pkg kiwi-build-tag kiwi kiwi-cli +Another thing we need to ensure is that we're building in chroot and not in +container. + +.. code-block:: shell + + $ koji edit-tag kiwi-build-tag -x mock.new_chroot=False + Calling the build itself is a matter of simple CLI call: .. code-block: shell