Blame SOURCES/0012-Documentation-API-notes-for-cacheonly.patch

149d5d
From f8025df597685a0bd0c347b1a60c280f03bdca6f Mon Sep 17 00:00:00 2001
149d5d
From: Jaroslav Rohel <jrohel@redhat.com>
149d5d
Date: Fri, 5 Nov 2021 08:52:56 +0100
149d5d
Subject: [PATCH] Documentation: API notes for cacheonly
149d5d
149d5d
---
149d5d
 doc/conf_ref.rst | 3 +++
149d5d
 1 file changed, 3 insertions(+)
149d5d
149d5d
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
149d5d
index 83b14ec..75bcdf7 100644
149d5d
--- a/doc/conf_ref.rst
149d5d
+++ b/doc/conf_ref.rst
149d5d
@@ -129,6 +129,9 @@ configuration file by your distribution to override the DNF defaults.
149d5d
     If set to ``True`` DNF will run entirely from system cache, will not update
149d5d
     the cache and will use it even in case it is expired. Default is ``False``.
149d5d
 
149d5d
+    API Notes: Must be set before repository objects are created. Plugins must set
149d5d
+    this in the pre_config hook. Later changes are ignored.
149d5d
+
149d5d
 .. _check_config_file_age-label:
149d5d
 
149d5d
 ``check_config_file_age``
149d5d
--
149d5d
libgit2 1.0.1
149d5d