mixer-tools icon indicating copy to clipboard operation
mixer-tools copied to clipboard

Software update mixer and related tools

Results 35 mixer-tools issues
Sort by recently updated
recently updated
newest added

Running mixer with russian language breaks the build ``` # LANGUAGE=ru mixer -c /var/www/mixer/hpe-mserv/builder.conf build bundles => BUILD BUNDLES Warning: Wiping away existing image directory for mix version 10... Building...

Consider this test case: ```bash #!/bin/bash # mixver: 10 mixer init --clear-version 36940 mixer config set Mixer.LOG "$(cat mixversion).log" mixer bundle add curl sudo mixer build bundles sudo mixer build...

bug

When running `mixer build delta-packs --previous-versions=N`, packs will be generated for the previous `N` versions, as expected. But the delta list and delta creations for each previous version are processed...

bug

Either from a CPU or memory perspective, let's explore if using the options for zstd affects compression performance to see if it can get better than xz by a degree...

question

It appears that when delta packs are being created, the work that needs done if first computed, and then all the work is parallelized. This ends up causing the machine...

performance

User should have an option to reset mixer to a desired version. Based on implicit behavior or through additional flags user should be able to do the following: - Reset...

enhancement
low-priority

If we create LOCAL_REPO_DIR if LOCAL_RPM_DIR is empty, repodata is created with root permissions. To clean the environment for the next build, devops requires root permissions which causes an issue.

bug
low-priority

Resolving content chroots could be parallelized to improve performance.

enhancement
performance

We want to ditch a custom package and replace it with the same but newer version upstream. I've tried searching for info about this and also asking on the IRC...

Would it be possible to list in the release notes when a format bump is necessary? This would be helpful coming from a non-clearlinux use case. I can't easily tell...

question
proposal