Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release includes improved MCA performance along with other bug fixes. With all the bundles and package repositories on the local system, the execution time for MCA (mixer build validate) has improved from ~106 min to ~15 min. Changes: - MCA: Instead of querying packages downloaded by `dnf install`, the packages are resolved and queried with `rpm`. When the packages are in local repos, the query operation is much faster. - MCA: Added support to resolve packages that do not follow NVRA name format. - MCA: Suppress verbose Mixer output. - Return more package metadata during package resolution. - Remove creation of `os-packages` file as it is empty and not being used. - repo: Added support to handle packages within sub directories of a repo baseurl. Although, for better performance, it is still recommended to store the packages directly within the repo baseurl for local repos. Signed-off-by: Reagan Lopez <[email protected]>
- Loading branch information