Crossreference koji_cache from the Koji cache page

Signed-off-by: Andrew Hills <ahills@redhat.com>
(cherry picked from commit 33bb36814903fe2990f1a48e21a7c456d0c16a9e)
This commit is contained in:
Andrew Hills 2025-06-04 16:48:54 -04:00 committed by Stepan Oksanichenko
parent b0e025cea1
commit 466e924e6f
2 changed files with 6 additions and 2 deletions

View File

@ -1007,6 +1007,8 @@ Example
to track decisions. to track decisions.
.. _koji-settings:
Koji Settings Koji Settings
============= =============

View File

@ -28,7 +28,8 @@ It is possible now to run a compose from a Koji tag without direct access to
Koji storage. Koji storage.
Pungi can download the packages over HTTP protocol, store them in a local Pungi can download the packages over HTTP protocol, store them in a local
cache, and consume them from there. cache, and consume them from there. To enable this behavior, set the
:ref:`koji_cache <koji-settings>` option in the compose configuration.
The local cache has similar structure to what is on the Koji volume. The local cache has similar structure to what is on the Koji volume.
@ -43,7 +44,8 @@ If it doesn't exist, it will be downloaded from Koji (by replacing the
Koji URL https://kojipkgs.fedoraproject.org/packages/foo/1/1.fc38/data/signed/abcdef/noarch/foo-1-1.fc38.noarch.rpm Koji URL https://kojipkgs.fedoraproject.org/packages/foo/1/1.fc38/data/signed/abcdef/noarch/foo-1-1.fc38.noarch.rpm
Local path /mnt/compose/cache/packages/foo/1/1.fc38/data/signed/abcdef/noarch/foo-1-1.fc38.noarch.rpm Local path /mnt/compose/cache/packages/foo/1/1.fc38/data/signed/abcdef/noarch/foo-1-1.fc38.noarch.rpm
The packages can be hardlinked from this cache directory. The packages can be hard- or softlinked from this cache directory
(``/mnt/compose/cache`` in the example).
Cleanup Cleanup