mirror of
https://abf.rosa.ru/djam/node_exporter.git
synced 2025-02-23 09:02:52 +00:00
This commit is contained in:
parent
08466cd467
commit
7c02eaad36
2 changed files with 3 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
node_exporter-1.1.1.tar.gz: c4b9b729cd0a705bd0bcdedf8d7f6030be0c4524
|
node_exporter-1.8.2.tar.gz: 243512a1691787ec799ba92cdd67e394bab5e881
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: node_exporter
|
Name: node_exporter
|
||||||
Version: 1.1.1
|
Version: 1.8.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Exporter for machine metrics
|
Summary: Exporter for machine metrics
|
||||||
URL: https://prometheus.io
|
URL: https://prometheus.io
|
||||||
|
@ -21,6 +21,7 @@ Exporter for machine metrics
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export GOPROXY=direct
|
||||||
make build
|
make build
|
||||||
upx %{name}
|
upx %{name}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue