mirror of
https://abf.rosa.ru/djam/node_exporter.git
synced 2025-04-04 13:24:03 +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:
|
||||
node_exporter-1.9.0.tar.gz: 9bc275a2011c33167223bd08fbf7da927872a401
|
||||
node_exporter-1.9.1.tar.gz: 57acbb96b8be8f8e85517502643b4e7def53d45e
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: node_exporter
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 1
|
||||
Summary: Exporter for machine metrics
|
||||
URL: https://prometheus.io
|
||||
|
@ -21,7 +21,7 @@ Exporter for machine metrics
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
make build
|
||||
upx %{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue