Skip to content

Commit

Permalink
Release v6.1.3
Browse files Browse the repository at this point in the history
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
reaganlo committed Dec 19, 2019
1 parent 435cbb8 commit b61fdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include Makefile.bats

.NOTPARALLEL:

VERSION=6.1.2
VERSION=6.1.3
GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools

.PHONY: gopath
Expand Down

0 comments on commit b61fdd6

Please sign in to comment.