mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 13:11:31 +00:00
Deprecate use of chroot-building for each individual bundle. This allows us to scale much easier on machines with limited disk space. Because chroots are decoupled from manifest creation this also makes it possible in the future to move to doing bundle builds on distributed machines and allows our bundle numbers to scale. The bundle file list is stored in a JSON file that is read later by the manifest creation step. This leaves a fallback in swupd/fullchroot.go to allow users to add content to a chroot in order to extend a typical build. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>