debian-forge/tools
Christian Kellner 01319b55a9 tools: use dnf filtering in lorax-template helper
The pylorax implementation of the template running code supports
globbing, as well as `--exclude` and `--optional` commands. These
are handled independently for each `installpkg` command, so that
requesting the installation of firmware packages in one command
together with an exclude of `*alsa` does indeed only exclude any
alsa firmware packages but not any other alsa packages. The
previous version of this script would just build an global list
for excludes which has a drastically different result because
a global exclude of "*alsa" would result in a global exclusion of
all matching packages and probably a dependency error.
Therefore, add support for dnf based filtering of packages on a
per `installpkg` command bases, very much like pylorax does.
2021-03-01 16:18:50 +01:00
..
lorax-template-pkgs.py tools: use dnf filtering in lorax-template helper 2021-03-01 16:18:50 +01:00
mpp-depsolve.py mpp/depsolve: support multiple repos 2021-02-16 23:00:13 +00:00
mpp-import-pipeline.py mpp/import: support for format version 2 2021-02-12 15:55:43 +01:00
tree-diff tree-diff: properly detect missing selinux labels 2021-01-26 12:09:23 +01:00