From b0e025cea183eb854ec848297f435ca3bbe86705 Mon Sep 17 00:00:00 2001 From: Andrew Hills Date: Wed, 4 Jun 2025 16:36:01 -0400 Subject: [PATCH] Add documentation for `koji_cache` configuration Signed-off-by: Andrew Hills (cherry picked from commit 18ed52d10b35d2a0718588279a4419db8358cbf5) --- doc/configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/configuration.rst b/doc/configuration.rst index 2b9d6ba0..6fc4e03f 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -1021,6 +1021,11 @@ Options to set up your Koji client profile. In the examples, the profile name is "koji", which points to Fedora's koji.fedoraproject.org. +**koji_cache** + (*str*) -- koji cache directory. Setting this causes Pungi to download + packages over HTTP into a cache, which is used in lieu of the Koji profile's + ``topdir`` setting. See :doc:`koji` for details on this behavior. + **global_runroot_method** (*str*) -- global runroot method to use. If ``runroot_method`` is set per Pungi phase using a dictionary, this option defines the default