From 7896b7a017df175b89a7dc03669f3fb340324139 Mon Sep 17 00:00:00 2001 From: Aleksandr Rykalin Date: Mon, 18 Mar 2019 17:46:33 +0300 Subject: [PATCH] Separating binaries into strict and optional --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa1de753..5e19499d 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,8 @@ collect_artifacts: rm -rf artifcats mkdir -p artifcats cp -rv $(DIST_DIR)/*.zip artifcats - cd artifcats; sha1sum * > hashsums.sha1 + cp -rv $(DIST_DIR)/*.SHA256SUM artifcats + cd artifcats; sha256sum * > hashsums.SHA256SUM #Docker server with consul docker_server_prepare: