ryanlerch / fedora-infra / ansible

Forked from fedora-infra/ansible 5 years ago
Clone

9988126 copr: don't disable yum/dnf caches

Authored and Committed by praiskup 5 years ago
    copr: don't disable yum/dnf caches
    
    We re-use the mock profile several times during one package build,
    and it doesn't make sense to re-download the repo metadata all the
    time.
    
    We have nowadays namespaced directory under /var/cache/mock
    per-build ID, so there's no risk that we'll use some very old
    caches because of 'max_age_days' or 'max_metadata_age_days' config
    options.