diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bb415f2cc59..209becd722a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -53,7 +53,7 @@ Copyright @copyright{} 2017, 2019--2026 Maxim Cournoyer@* | |||
| 53 | Copyright @copyright{} 2017–2022 Tobias Geerinckx-Rice@* | 53 | Copyright @copyright{} 2017–2022 Tobias Geerinckx-Rice@* |
| 54 | Copyright @copyright{} 2017 George Clemmer@* | 54 | Copyright @copyright{} 2017 George Clemmer@* |
| 55 | Copyright @copyright{} 2017 Andy Wingo@* | 55 | Copyright @copyright{} 2017 Andy Wingo@* |
| 56 | Copyright @copyright{} 2017, 2018, 2019, 2020, 2023, 2024, 2025 Arun Isaac@* | 56 | Copyright @copyright{} 2017, 2018, 2019, 2020, 2023, 2024, 2025, 2026 Arun Isaac@* |
| 57 | Copyright @copyright{} 2017 nee@* | 57 | Copyright @copyright{} 2017 nee@* |
| 58 | Copyright @copyright{} 2018 Rutger Helling@* | 58 | Copyright @copyright{} 2018 Rutger Helling@* |
| 59 | Copyright @copyright{} 2018, 2021, 2023, 2025, 2026 Oleg Pykhalov@* | 59 | Copyright @copyright{} 2018, 2021, 2023, 2025, 2026 Oleg Pykhalov@* |
| @@ -36741,13 +36741,16 @@ The Mumi package to use. | |||
| 36741 | Data directory to store Debbugs data from upstream Debbugs instance. | 36741 | Data directory to store Debbugs data from upstream Debbugs instance. |
| 36742 | 36742 | ||
| 36743 | @item @code{rsync-remote} | 36743 | @item @code{rsync-remote} |
| 36744 | Remote rsync path from which to download Debbugs data. The remote is | 36744 | Remote rsync path from which to download Debbugs data. |
| 36745 | polled every 5 minutes, unless a previous instance of rsync is already | ||
| 36746 | running. | ||
| 36747 | 36745 | ||
| 36748 | @item @code{rsync-flags} (default: @code{'()}) | 36746 | @item @code{rsync-flags} (default: @code{'()}) |
| 36749 | Additional flags to pass to @command{rsync}. | 36747 | Additional flags to pass to @command{rsync}. |
| 36750 | 36748 | ||
| 36749 | @item @code{rsync-and-index-event} (default: @code{#~(calendar-event #:minutes '#$(iota 12 0 5))}) | ||
| 36750 | Shepherd calendar event to run the rsync and indexing timer at. By | ||
| 36751 | default, this is once every 5 minutes. The timer job is not run if an | ||
| 36752 | earlier instance of it is still running. | ||
| 36753 | |||
| 36751 | @item @code{mailer?} (default: @code{#true}) | 36754 | @item @code{mailer?} (default: @code{#true}) |
| 36752 | Whether to enable or disable the mailer component. | 36755 | Whether to enable or disable the mailer component. |
| 36753 | 36756 | ||
