Commit Graph

11 Commits

Author SHA1 Message Date
Matthew Johnson c63a96da1b Include bundle in list for --bundles
This was already the default behavior for pundles, but not for regularly
defined bundles.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-04-17 13:30:10 -07:00
Matthew Johnson 3e7922424f Release v0.1.1
This release adds checks and prints failures for include loops and other
types of errors.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
v0.1.1
2018-04-13 14:41:02 -07:00
Matthew Johnson 093e50b043 Detect include loops and report failures
Catch recursion errors and report them, report other failures and set
the returncode to 1 on failures.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-04-13 14:38:41 -07:00
Matthew Johnson 19ad0c6713 Release v0.1.0
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>
v0.1.0
2018-04-13 13:53:09 -07:00
Matthew Johnson c0066171a7 Update README with new --bundles flag
Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-04-13 13:50:35 -07:00
Matthew Johnson d447730c32 Resolve os-core and add --bundles flag
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>
2018-04-13 13:48:01 -07:00
Matthew Johnson 3e26868c01 Update README 2018-04-12 18:51:53 -07:00
Matthew Johnson 580865499a Release v0.0.1
Initial release of unbundle.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
v0.0.1
2018-04-12 17:41:30 -07:00
Matthew Johnson b6bf74e313 Add README
Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-04-12 17:34:46 -07:00
Matthew Johnson 5317e30270 Add GPLv3 license 2018-04-12 17:26:16 -07:00
Matthew Johnson aa197ac10e Initial commit for unbundle
unbundle resolves packages for clr-bundles bundle definitions, resolving
includes. unbundle supports pundle includes.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-04-12 17:22:11 -07:00