commit:     4166bfdb42b288e9e7c7eabc14196ecab3351fb9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 17:02:52 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 19 17:02:52 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=4166bfdb

docs/config: explain when repo config is used

Resolves: https://github.com/pkgcore/pkgcheck/issues/581
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 doc/man/config.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/man/config.rst b/doc/man/config.rst
index 34e9ca5b..31077121 100644
--- a/doc/man/config.rst
+++ b/doc/man/config.rst
@@ -7,7 +7,9 @@ Listed in order of increasing precedence these include the 
following:
 - system config -- ``/etc/pkgcheck/pkgcheck.conf``
 - user config -- ``${XDG_CONFIG_HOME}/pkgcheck/pkgcheck.conf``
 - user config -- ``~/.config/pkgcheck/pkgcheck.conf``
-- repo config -- ``metadata/pkgcheck.conf`` inside an ebuild repo
+- repo config -- ``metadata/pkgcheck.conf`` inside an ebuild repo (only
+  considered when the current directory is inside the repo, or when specified
+  using ``--repo`` option)
 - custom config -- specified via the ``--config`` option
 
 Any settings from a config file with higher precedence will override matching

Reply via email to