This reduces the I/O requirements a lot, per: https://github.com/fedora-copr/copr/issues/2750
get_rpms_to_remove("/var/lib/copr/public_html/results/iucar/cran/fedora-38-x86_64", days=0, log=logging) which returns over 90k items takes less than a minute now (fedora copr production)
get_rpms_to_remove("/var/lib/copr/public_html/results/iucar/cran/fedora-38-x86_64", days=0, log=logging)
1 new commit added
PruneRepoAnalyzer to use the temporary cachedir
LGTM
Pull-Request has been merged by praiskup
This PR has been migrated to GitHub as a placeholder issue: https://github.com/fedora-copr/prunerepo/issues/21
This reduces the I/O requirements a lot, per:
https://github.com/fedora-copr/copr/issues/2750