From 08e52da15640fca27bb9948e85ba55ff2beeb79f Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Tue, 21 Apr 2020 08:25:04 -0400 Subject: [PATCH] adjust grammar --- docs/source/utils.rst | 6 ++++-- util/kojira.conf | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/source/utils.rst b/docs/source/utils.rst index 0ebf78d9..58e5a25b 100644 --- a/docs/source/utils.rst +++ b/docs/source/utils.rst @@ -86,8 +86,10 @@ especially in relation to throttling in creating ``newRepo`` tasks. generally doesn't need to be changed. ``check_external_repos = false`` - Check also external repos, note, that you need to have your database set to - use UTC, as otherwise you can end with weird behaviour. For details see + If True, monitor external repos and trigger the appropriate Koji repo + regenerations when they change. + Note that you need to have your database set to use UTC, as otherwise + you can end with weird behaviour. For details see https://pagure.io/koji/issue/2159 Garbage Collector diff --git a/util/kojira.conf b/util/kojira.conf index 694f995d..4d70695c 100644 --- a/util/kojira.conf +++ b/util/kojira.conf @@ -52,7 +52,9 @@ logfile=/var/log/kojira.log ; ignored repositories according to glob. Multiple masks separated by space. ; ignore_tags = -; check also external repos, note, that you need to have your database set to -; use UTC, as otherwise you can end with weird behaviour. For details see + +; Monitor external repos and trigger the appropriate Koji repo regenerations +; when they change. Note that you need to have your database set to use UTC, +; as otherwise you can end with weird behaviour. For details see ; https://pagure.io/koji/issue/2159 ; check_external_repos = false