From 2bbb8b09f463f435a95c67cd4ea985d4f1edbbbd Mon Sep 17 00:00:00 2001 From: Rodrigo Chiossi Date: Mon, 11 Feb 2019 07:07:41 -0800 Subject: [PATCH] Release 5.5.3 This release contains bug fixes for `--offline` option and for the download timeout error when building large mixes. BugFixes: - Fail init offline with no clear version. - Enforce offline mode in `mixer versions`. - Skip format bump check in offline mode. Changes: - Deprecate new-swupd and new-config flags. - Use cdn to download content on mixer. - Increase Clear repo default timeout. - Retry RPM downloads on failure. - Add clean flag to mixer build all command. Signed-off-by: Rodrigo Chiossi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88cf1ce..b14996a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.5.2 +VERSION=5.5.3 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath