doc: explain koji_profile

Add more details to the documentation for the koji_profile setting.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
Ken Dreyer 2019-03-14 15:51:36 -06:00
parent 039b8d44b3
commit b5bef68c60
1 changed files with 5 additions and 1 deletions

View File

@ -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
<https://docs.pagure.org/koji/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)