libdnf icon indicating copy to clipboard operation
libdnf copied to clipboard

Fix countme bucket calculation

Open dmnks opened this issue 9 months ago • 1 comments

Instead of storing the epoch per-repo, use the machine-id(5) file's timestamp as the source of truth. Please see the commit for details (GH didn't auto-fill the description here when creating the PR for some reason).

Note: Only intended for F41+ (should be reverted in F40 and lower).

Related test PR: https://github.com/rpm-software-management/ci-dnf-stack/pull/1501

Fixes: #1611

dmnks avatar May 09 '24 08:05 dmnks

Please note the countme test now fails in the CI since it's not compatible with the new code, that's fixed by https://github.com/rpm-software-management/ci-dnf-stack/pull/1501.

dmnks avatar May 09 '24 10:05 dmnks

/packit test --identifier dnf-tests

jan-kolarik avatar Jun 05 '24 13:06 jan-kolarik