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

rpm/lockfile: stop referencing url #570

Open cgwalters opened 2 months ago

cgwalters commented 2 months ago

https://github.com/containerbuildsystem/cachi2/blob/4f17befcf1db6eb61e9afee6a5697d6d31e333c4/cachi2/core/package_managers/rpm/redhat.py#L15

cgwalters commented 2 months ago

See https://github.com/konflux-ci/rpm-lockfile-prototype/pull/18

eskultety commented 1 week ago

Ultimately we want to hand off the whole lockfile thing to DNF, but that depends on the ETA when such a support is introduced so until then the URL will likely stay.