Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for using wildcards in the IUBundleContainer #1061

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 20, 2024

  1. Add support for using wildcards in the IUBundleContainer

    Currently one has to specify an exact id for an IU to be used in a
    target but sometimes it is a bit cumbersome to do so. Also it can become
    quite annoying if items are added/removed to update the target.
    
    This adds a new way of specify the id with wildcards that is enabled
    whenever the id contains an '*' (any number characters) or '?' (a single
    character), the container constructs a pattern and includes everything
    that matches this pattern to be considered.
    laeubi committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    a13f7b8 View commit details
    Browse the repository at this point in the history