From 6219fb87174519d2f6dd2a6f63aea56e5c5e1351 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst index f52a4acd80..6dda52b939 100644 --- a/doc/conf_ref.rst +++ b/doc/conf_ref.rst @@ -1268,6 +1268,15 @@ Files alphanumeric characters and underscores and be in lowercase. Variables are also read from /etc/yum/vars for YUM compatibility reasons. + +Source and debuginfo repository names +===================================== + +For a given repository with an ID in the form "-rpms", its corresponding source repository is expected to have an ID in the form "-source-rpms" and debuginfo repository an ID in the form "-debug-rpms". Otherwise (if the repository doesn't have the suffix "-rpms"), the source repository is expected to have an ID in the form "-source" and debuginfo repository an ID 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". + + ========== See Also ==========