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

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