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

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