From 08e52da15640fca27bb9948e85ba55ff2beeb79f Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Apr 21 2020 12:25:04 +0000 Subject: adjust grammar --- diff --git a/docs/source/utils.rst b/docs/source/utils.rst index 0ebf78d..58e5a25 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 694f995..4d70695 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