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

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