Keep a set of any bundle we've inspected before as a different set
compared to the current bundles being inspected as part of the depth
first chain.
This fixes a major performance problem with re-evaluating bundles that
have already been seen before while still allowing cycles to be
spotted and accurately reported in the bundle configurations.
Signed-off-by: William Douglas <william.r.douglas@gmail.com>
The packages file should be able to contain comments in the same line
as a package name name (everything after the comment character '#' is
to be ignored). Support this with updated logic to find pundle names.
This release adds os-core implicit-include resolution to unbundle and
adds the --bundles flag to list only included bundles instead of
included packages.
Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>