mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-03 04:01:33 +00:00
v6.2.3
This release includes minor bug fixes along with implementation of logging. Enhancements: - Implement the logging package for mixer. A common log file can be set for all the mixer commands in the builder.conf. E.g. `mixer config set Mixer.LOG <filepath>`. The log file and level can also be set for individual mixer commands using the `--log` and `--log-level` flags respectively. The various log levels are: ERROR (1), WARNING (2), INFO (3), DEBUG (4) and VERBOSE (5). Default log level is 4. Other Changes: - Remove the --no-publish flag. Mixer will now always update the LAST_VER file after `build update`. - Update github actions to v2 to handle CI re-runs. - Update Makefile to build man pages as a prerequisite for the `build` target. Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
This project contains tooling for using the software update mixer.
Please follow the guide at https://docs.01.org/clearlinux/latest/guides/clear/mixer.html to learn more about how to use the mixer tool.
Languages
Go
89.1%
Shell
9.1%
Makefile
1.8%