From 2ca7603600f67a2b2302128874b29d95da53e351 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Fri, 20 Oct 2023 07:37:04 +0000 Subject: [PATCH] doc: Update config docs with new optional_metadata_types option --- doc/conf_ref.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst index 6f060977d6..853e352969 100644 --- a/doc/conf_ref.rst +++ b/doc/conf_ref.rst @@ -423,6 +423,22 @@ configuration file by your distribution to override the DNF defaults. Command-line option: :ref:`--obsoletes ` +.. _optional_metadata_types-label: + +``optional_metadata_types`` + :ref:`list ` + + List of metadata types to be loaded in addition to ``primary``, ``modules``, ``comps``, ``updateinfo`` and ``presto``, + which are loaded always. + + Note that the list can be extended by individual commands, using demands, to explicitly request + loading specific metadata type. + + Currently only ``filelists`` value is supported. Default is ``filelists``. + +.. + # TODO(jkolarik): Change the default to an empty list when dropping the filelists for Fedora 40 + .. _persistdir-label: ``persistdir``