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:
Kevin Fenzi
2025-01-10 11:04:52 -08:00
parent 8432287039
commit ce608d9a64

View File

@@ -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.