From 284f7fcf8af4052a3d35c6eeb6a35adce8f85714 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 30 May 2016 18:10:50 -0400 Subject: [PATCH] suppress output of downloads --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 57d8b10..33b3c52 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ lint: $(SRC) go fmt release: - curl -s https://bin.equinox.io/a/gSD5wcgebYp/release-tool-1.8.7-linux-amd64.tar.gz | sudo tar xz -C /usr/local/bin - curl -s $(EQUINOX_KEY_URL) -o /tmp/equinox.key + @curl -s https://bin.equinox.io/a/gSD5wcgebYp/release-tool-1.8.7-linux-amd64.tar.gz | sudo tar xz -C /usr/local/bin + @curl -s $(EQUINOX_KEY_URL) -o /tmp/equinox.key equinox release --version=$(shell date +%Y%m%d%H%M%S) --platforms="darwin_386 darwin_amd64 linux_386 linux_amd64 windows_386 windows_amd64" --channel=stable --signing-key=/tmp/equinox.key --app=$(EQUINOX_APP) --token=$(EQUINOX_TOKEN) test: lint build