From ec60b524fc6be10b6db8948d67c2cf4900ed3a45 Mon Sep 17 00:00:00 2001 From: Pavla Kratochvilova Date: Wed, 14 Aug 2024 15:07:35 +0200 Subject: [PATCH] doc: Naming of source and debug repos Resolves: https://github.com/rpm-software-management/dnf/issues/2071 --- doc/conf_ref.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst index f52a4acd80..501b0bb595 100644 --- a/doc/conf_ref.rst +++ b/doc/conf_ref.rst @@ -763,6 +763,14 @@ configuration file by your distribution to override the DNF defaults. Type of repository metadata. Supported values are: ``rpm-md``. Aliases for ``rpm-md``: ``rpm``, ``repomd``, ``rpmmd``, ``yum``, ``YUM``. +===================================== +Source and debuginfo repository names +===================================== + +For a given repository with an identifier in the form "-rpms", its corresponding source repository is expected to have an identifier in the form "-source-rpms" and debuginfo repository an identifier in the form "-debug-rpms". Otherwise (if the repository identifier doesn't have the "-rpms" suffix), the source repository is expected to have an identifier in the form "-source" and debuginfo repository an identifier in the form "-debuginfo". + +For example, for repository "fedora", the source repository is "fedora-source" and debuginfo repository is "fedora-debuginfo". For repository "fedora-rpms", the source repository is "fedora-source-rpms" and debuginfo repository is "fedora-debug-rpms". + .. _repo-variables-label: ================