From b5bef68c607f2bb2fc6fd0a8a92c100ddb80a81e Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 14 Mar 2019 15:51:36 -0600 Subject: [PATCH] doc: explain koji_profile Add more details to the documentation for the koji_profile setting. Signed-off-by: Ken Dreyer --- doc/configuration.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index a0a00f21..6cb89cd1 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -848,7 +848,11 @@ Options ------- **koji_profile** - (*str*) -- koji profile name + (*str*) -- koji profile name. This tells Pungi how to communicate with + your chosen Koji instance. See `Koji's documentation about profiles + `_ for more information about how + to set up your Koji client profile. In the examples, the profile name is + "koji", which points to Fedora's koji.fedoraproject.org. **runroot** [mandatory] (*bool*) -- run some tasks such as buildinstall or createiso in koji build root (True) or locally (False)