dnf-plugins-core icon indicating copy to clipboard operation
dnf-plugins-core copied to clipboard

Allow the local plugin to exclude packages from the local cache repo

Open wheelerlaw opened this issue 3 years ago • 2 comments

When using the local plugin as a cache for multiple guest machines, packages that might get installed in the guest that are ignored on the host will end up bypassing the exclude filters in the repo configs on the host.

This change allows the exclude option to be configured in the local plugin so that these packages will still be excluded from installation.

wheelerlaw avatar Dec 09 '22 17:12 wheelerlaw

It would also be nice to add a note about this option to the documentation ( https://github.com/rpm-software-management/dnf-plugins-core/blob/master/doc/local.rst ) even though the documentation of this plugin's config options is in a bad shape already.

pkratoch avatar Jan 12 '23 09:01 pkratoch

It would also be nice to add a note about this option to the documentation ( https://github.com/rpm-software-management/dnf-plugins-core/blob/master/doc/local.rst ) even though the documentation of this plugin's config options is in a bad shape already.

I will do some updating to the documentation.

wheelerlaw avatar Jan 20 '23 00:01 wheelerlaw