adjust grammar
This commit is contained in:
parent
3aca7b43a6
commit
08e52da156
2 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue