aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-19 20:02:52 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-19 20:02:52 +0300
commit4166bfdb42b288e9e7c7eabc14196ecab3351fb9 (patch)
treea82c878dbc7cdaec27a8c5fc08d1a6198ac32c0d /doc
parentstart work on 0.10.25 (diff)
downloadpkgcheck-4166bfdb42b288e9e7c7eabc14196ecab3351fb9.tar.gz
pkgcheck-4166bfdb42b288e9e7c7eabc14196ecab3351fb9.tar.bz2
pkgcheck-4166bfdb42b288e9e7c7eabc14196ecab3351fb9.zip
docs/config: explain when repo config is used
Resolves: https://github.com/pkgcore/pkgcheck/issues/581 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/config.rst4
1 files changed, 3 insertions, 1 deletions
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