Skip to content

Commit

Permalink
Release v5.2.1
Browse files Browse the repository at this point in the history
Bug fixes:

- Do not user container for `build image`.
The build image command cannot run in a container because there are no
loopback devices to mount in a container environment. This change
forces mixer to run in native mode when build image is called.

- Revert download timeout to default values.
The timeout for downloads was causing mixer to fail in slow networks
because it was too short. This fix reverts the value back to default.

- Properly handle upstream URL with subpath.
Mixer were unable to properly handle downloads when the upstream URL
included subpaths since the subpath was discarded. This fix changes the
internal algorithm to preserve the subpath.

- Enforce --Offline flag.
During mixer initialization, some commands relied on a separate check to
determine if an online check was required. This check ignored the value
of the --offline check, causing some scenarios where mixer would try to
connect even when the flag was set. This fix gives priority to the flag
to make sure it is always respected when set.

Signed-off-by: Rodrigo Chiossi <[email protected]>
  • Loading branch information
Rodrigo Chiossi committed Sep 21, 2018
1 parent 6e40a3c commit 48e7608
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=5.2.0
VERSION=5.2.1
GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools

.PHONY: gopath
Expand Down

0 comments on commit 48e7608

Please sign in to comment.