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
9 stars 27 forks source link

add dnf yum to supported package managers #579

Open brianwcook opened 4 months ago

brianwcook commented 4 months ago

$title : please add dnf / yum to

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

brianwcook commented 4 months ago

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

eskultety commented 4 months 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.