containerbuildsystem / cachi2

Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.
GNU General Public License v3.0
7 stars 25 forks source link

add dnf yum to supported package managers #579

Open brianwcook opened 1 month ago

brianwcook commented 1 month ago

$title : please add dnf / yum to

https://github.com/containerbuildsystem/cachi2?tab=readme-ov-file#package-managers

brianwcook commented 1 month ago

well I see dnf is there, but is it fair to ask to move it from 'planned' to 'implemented' now?

eskultety commented 1 month ago

FWIW we'll stuff most of the rpm fetching backend logic to a new subpackage dnf and change the CLI as RPM truly is just a format and with the ever growing need to rely more on the DNF integrations/primitives it makes more sense. We'd do the same for zypper if it ever came to it.