Crossreference koji_cache from the Koji cache page

Signed-off-by: Andrew Hills <ahills@redhat.com>
This commit is contained in:
Andrew Hills 2025-06-04 16:48:54 -04:00
parent 18ed52d10b
commit 33bb368149
2 changed files with 6 additions and 2 deletions

View file

@ -1007,6 +1007,8 @@ Example
to track decisions.
.. _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.
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.
@ -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
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