mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 13:11:31 +00:00
Recent changes deprecated the use of individual bundle chroots when building bundle contents and moved away from using yum to using dnf. Because of this much of our variable and file names and comments were inconsistent with the implementation. This includes a change to make 'mixer build chroots' an alias to 'mixer build bundles' and updates to the bat tests to call the new 'mixer build bundles' command. This is not a breaking change since 'mixer build chroots' behaves the way it always has (except internally with the recent changes mentioned). Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>