mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 09:20:43 +08:00
koji_hub / kojira: expire dist repos after 7 days
We orig set this because we didn't want our infra repos to disappear after a week. However, I think now koji keeps latest repos forever, it is just the older ones that get expired. This should save a significat amount of disk space. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -34,9 +34,7 @@ serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
deleted_repo_lifetime = 259200
|
||||
|
||||
;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
|
||||
dist_repo_lifetime = 604800
|
||||
|
||||
; If True, monitor external repos and trigger the appropriate Koji repo
|
||||
; regenerations when they change.
|
||||
|
||||
Reference in New Issue
Block a user