From 48d4f0db2550a60e1cbefca6bdcb5fb40470de8b Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jan 05 2021 12:05:49 +0000 Subject: PR#2621: docs: mention the final destination for new dist-repos Merges #2621 https://pagure.io/koji/pull-request/2621 --- diff --git a/docs/source/exporting_repositories.rst b/docs/source/exporting_repositories.rst index ee287d9..75c2e5b 100644 --- a/docs/source/exporting_repositories.rst +++ b/docs/source/exporting_repositories.rst @@ -79,6 +79,11 @@ This behavior can be modified with the ``--allow-missing-signatures`` or The ``key_id`` argument may be omitted entirely if the ``--allow-missing-signatures`` option is specified. +Koji will export the repository to ``/repos-dist//`` +The current dist repo for a given tag can be determined with a call to +``getRepo(dist=True)``. Similar to internal build repos, Koji also maintains a +"latest" symlink for each tag: ``/repos-dist//latest``. + Various features of repo generation (e.g. multilib support, delta rpms, or zchunk files) are controlled via command options. For a full list of options, see ``koji dist-repo --help``.