William Douglas 93aad5d3d5 Update unbundle to handle cycles
mixer-tools is now able to handle cycles so remove the requirement for
no cycles.

Signed-off-by: William Douglas <william.douglas@intel.com>
2025-04-30 09:13:48 -07:00
2018-04-12 17:22:11 -07:00
2018-04-12 17:26:16 -07:00
2024-02-14 11:40:21 -08:00
2025-04-30 09:13:48 -07:00

unbundle

unbundle parses bundle and pundle definition files to recursively resolve a complete list of all packages in a bundle.

usage: unbundle [-h] [--bundles] bundle_name bundle_path

Process bundle packages following includes

positional arguments:
  bundle_name  name of bundle to process
  bundle_path  path to clr-bundles directory

optional arguments:
  -h, --help   show this help message and exit
  --bundles    Report only included bundle names

unbundle prints a sorted list of all included packages.

Description
No description provided
Readme GPL-3.0 80 KiB
Languages
Python 100%