clearlinux / mixer-tools

Software update mixer and related tools
Apache License 2.0
27 stars 37 forks source link

Handle MCA bundle deletion during format bump #748

Closed ashleshaAtrey closed 4 years ago

ashleshaAtrey commented 4 years ago

when bundle is deleted from a mix, bundle info file is not generated for that bundle. When parsing the manifest if bundle info is empty, consider that bundle to be deleted in the mix and do not resolve packages for that bundle during build validation process.

fixes #743

Signed-off-by: Ashlesha Atrey ashlesha.atrey@intel.com