mirror of
https://abf.rosa.ru/djam/node_exporter.git
synced 2025-04-11 08:34:08 +00:00
This commit is contained in:
parent
3a0176c0a4
commit
277cf1ace1
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
node_exporter-1.9.0.tar.gz: 9bc275a2011c33167223bd08fbf7da927872a401
|
node_exporter-1.9.1.tar.gz: 57acbb96b8be8f8e85517502643b4e7def53d45e
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: node_exporter
|
Name: node_exporter
|
||||||
Version: 1.9.0
|
Version: 1.9.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Exporter for machine metrics
|
Summary: Exporter for machine metrics
|
||||||
URL: https://prometheus.io
|
URL: https://prometheus.io
|
||||||
|
@ -21,7 +21,7 @@ Exporter for machine metrics
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export GOPROXY=direct
|
export GOPROXY=https://proxy.golang.org,direct
|
||||||
make build
|
make build
|
||||||
upx %{name}
|
upx %{name}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue