koji_hub: set dist repos to expire only after 6 months
This is to prevent kojira from removing less active dist repos under us. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5f29a944f2
commit
3a60f8c94a
1 changed files with 5 additions and 0 deletions
|
@ -32,3 +32,8 @@ repo_tasks_limit=15
|
|||
; Server certificate authority
|
||||
krb_rdns=false
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
;how soon (in seconds) to clean up dist repositories.
|
||||
;we want this super long so we don't delete latest repos
|
||||
;just set this to 6 months for now.
|
||||
dist_repo_lifetime = 7257600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue