summaryrefslogtreecommitdiff
path: root/prom-alertmanager
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-08-24 20:24:23 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-08-24 20:24:23 +0200
commit5ac53e65cbbbaa7d827515ca3fea4e1e079b6d56 (patch)
tree4ec24864640fd042ac8ec28720b925b81555824c /prom-alertmanager
parentmake package configs more generic (diff)
shorter wget progress output
Diffstat (limited to 'prom-alertmanager')
-rw-r--r--prom-alertmanager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/prom-alertmanager/Makefile b/prom-alertmanager/Makefile
index 974e9d3..2035eb6 100644
--- a/prom-alertmanager/Makefile
+++ b/prom-alertmanager/Makefile
@@ -10,7 +10,7 @@ all: i386/alertmanager amd64/alertmanager
tar -C $(shell echo $@ | sed 's#/.*##') -xzf "$<" --strip-components=1
alertmanager-$(VERSION).linux-%.tar.gz:
- wget -nc "$(GITHUB_BASEURL)/v$(VERSION)/$(shell echo $@ | sed s/i386/386/)" -O "$@"
+ wget -nc --progress=dot:mega "$(GITHUB_BASEURL)/v$(VERSION)/$(shell echo $@ | sed s/i386/386/)" -O "$@"
sha256sum -c --ignore-missing sha256sums.txt
clean: