pkgset: Query Koji instead of PDC

PDC is deprecated in upstream. The usecase for getting list of modules
by NS, NSV or NSVC can however be satisfied by querying modules imported
into Koji.

This makes it possible to deprecate PDC configuration.

Merges: https://pagure.io/pungi/pull-request/985
Signed-off-by: Martin Curlej <mcurlej@redhat.com>
This commit is contained in:
Martin Curlej 2018-06-15 09:26:38 +02:00 committed by Lubomír Sedlář
parent 04f68a018f
commit d8c03f6239
4 changed files with 270 additions and 94 deletions

View file

@ -1578,26 +1578,6 @@ Media Checksums Settings
``%(release_short)s-%(variant)s-%(version)s-%(date)s%(type_suffix)s.%(respin)s``.
.. _pdc-settings:
PDC Settings
============
Modular compose needs a PDC instance to talk to so that it can query list of
module contents.
**pdc_url**
(*str*) -- URL to the PDC API
**pdc_develop** = ``False``
(*bool*) -- Turning this option on makes the client skip any authentication
assuming the server is open to anyone. This is useful for debugging against
a local instance, but you most likely do not want this in production.
**pdc_insecure** = ``False``
(*bool*) -- Enable this to skip SSL certificate verification. This is a bad
idea in production.
Translate Paths Settings
========================