You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.0 KiB
37 lines
1.0 KiB
[kojira]
|
|
; The URL for the koji hub server
|
|
server=https://{{ koji_domain_name }}/kojihub
|
|
|
|
; The directory containing the repos/ directory
|
|
topdir=/mnt/koji
|
|
|
|
; Logfile
|
|
logfile=/var/log/kojira.log
|
|
|
|
;the kerberos principal to use
|
|
principal = {{ koji_kojira_principal }}
|
|
|
|
;location of the keytab
|
|
keytab = {{ koji_kojira_keytab }}
|
|
|
|
;how soon (in seconds) to clean up expired repositories. 1 week default
|
|
;deleted_repo_lifetime = 604800
|
|
|
|
;how soon (in seconds) to clean up dist repositories. 1 week default here too
|
|
;dist_repo_lifetime = 604800
|
|
|
|
;turn on debugging statements in the log
|
|
;debug = false
|
|
|
|
; ignored repositories according to glob. Multiple masks separated by space.
|
|
; ignore_tags =
|
|
|
|
; 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 = true
|
|
|
|
; don't attempt to remove repos on non-default volumes
|
|
; ignore_other_volumes = false
|