From 66dacb21e0344b160dc740c6a4d0d4212b62ee5c Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Wed, 18 Aug 2021 09:34:12 +0800 Subject: [PATCH] Add createrepo_enable_cache to configuration doc JIRA: RHELCMP-5984 Signed-off-by: Haibo Lin --- doc/configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/configuration.rst b/doc/configuration.rst index 52b8c9ea..0535ae97 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -457,6 +457,12 @@ Options cloned files should be split into subdirectories for each architecture of the variant. +**createrepo_enable_cache** = True + (*bool*) -- whether to use ``--cachedir`` option of ``createrepo``. It will + cache and reuse checksum vaules to speed up createrepo phase. + The cache dir is located at ``/var/cache/pungi/createrepo_c/$release_short-$uid`` + e.g. /var/cache/pungi/createrepo_c/Fedora-1000 + **product_id** = None (:ref:`scm_dict `) -- If specified, it should point to a directory with certificates ``*--*.pem``. Pungi will