mirror of
https://github.com/clearlinux/unbundle.git
synced 2026-08-19 13:26:45 +00:00
3e7922424f053e44d27a56b1d8fdb988cd66515e
This release adds checks and prints failures for include loops and other types of errors. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
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.
Languages
Python
100%