mirror of
https://github.com/clearlinux/unbundle.git
synced 2026-08-19 05:07:39 +00:00
d447730c32386cd5cd25e8dc2489d3154a8624af
The os-core bundle is not always listed as an explicit include, despite being an implicit one. Always add the os-core bundle to the set of included bundles. Add a --bundles flag to only report the list of included bundles instead of the package names. 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] 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
unbundle prints a sorted list of all included packages.
Languages
Python
100%