diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-08-22 11:00:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-08-22 11:17:53 +0200 |
commit | 2274d71f94e6973df1ebc312c88b876aaa19588a (patch) | |
tree | f4aff8c72fad084060f233cb4cc7d7537d5b25a9 /doc | |
parent | 6fc754c2d670d49f5a843d4b36729af95cf02d18 (diff) |
services: file-database: Clarify 'excluded-directories' description.
* gnu/services/admin.scm (file-database-configuration)[excluded-directories]:
Mention that these are regexps.
(%default-file-database-excluded-directories): Likewise.
* doc/guix.texi (File Search Services): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index feb1d0375e..e8c67b0cd8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -25099,12 +25099,11 @@ String or G-exp denoting an mcron schedule for the periodic @command{updatedb} job (@pxref{Guile Syntax,,, mcron, GNU@tie{}mcron}). @item @code{excluded-directories} (default @code{%default-file-database-excluded-directories}) -List of directories to ignore when building the file database. By -default, this includes @file{/tmp} and @file{/gnu/store}, which should -instead be indexed by @command{guix locate} (@pxref{Invoking guix -locate}). This list is passed to the @option{--prunepaths} option of -@command{updatedb} (@pxref{Invoking updatedb,,, find, -GNU@tie{}Findutils}). +List of regular expressions of directories to ignore when building the +file database. By default, this includes @file{/tmp} and @file{/gnu/store}; +the latter should instead be indexed by @command{guix locate} (@pxref{Invoking +guix locate}). This list is passed to the @option{--prunepaths} option of +@command{updatedb} (@pxref{Invoking updatedb,,, find, GNU@tie{}Findutils}). @end table @end deftp |