Skip to content

moduleset: allow regex matches for the skip argument

Peter Hutterer requested to merge whot/jhbuild:wip/re-skips into master

This allows for expressions like "python-.*" to be added to the skip list to avoid building all those.


Motivated by a bunch of Python-related failures after the F39 python 3.12 update when most of the packages were already present in the system anyway.

I thought about a more natural fnmatch() first but that would somewhat conflict with the special * variable. This is using fnmatch() now

Edited by Peter Hutterer

Merge request reports