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

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