#1 Allow defining groups by regular expressions
Opened 4 years ago by asamalik. Modified 4 years ago

The script allows grouping multiple packages to a single node to simplify the graph. An example could be grouping the "Fedora Base Image" or the "Perl Stack".

At the moment, the only supported group definition is by providing a container image:

--group-container GRPUP_NAME CONTAINER

There should be other methods, such as a regular expression:

--group-regex GRPUP_NAME REGEX

An example use could be:

--group-container "Perl" "perl*"

Metadata Update from @asamalik:
- Issue tagged with: Feature

4 years ago

Login to comment on this ticket.

Metadata