mirror of
https://abf.rosa.ru/djam/node_exporter.git
synced 2025-04-18 11:54:20 +00:00
Compare commits
5 commits
djam_perso
...
rosa2016.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
277cf1ace1 | ||
![]() |
3a0176c0a4 | ||
![]() |
7c02eaad36 | ||
![]() |
08466cd467 | ||
488dac591c |
4 changed files with 23 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
node_exporter-1.1.1.tar.gz: c4b9b729cd0a705bd0bcdedf8d7f6030be0c4524
|
||||
node_exporter-1.9.1.tar.gz: 57acbb96b8be8f8e85517502643b4e7def53d45e
|
||||
|
|
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '1'
|
||||
|
||||
name: Run CI/CD...
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: r11_builder
|
||||
steps:
|
||||
- name: Jobs
|
||||
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.*~
|
||||
*~
|
||||
.env
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: node_exporter
|
||||
Version: 1.1.1
|
||||
Version: 1.9.1
|
||||
Release: 1
|
||||
Summary: Exporter for machine metrics
|
||||
URL: https://prometheus.io
|
||||
|
@ -21,6 +21,7 @@ Exporter for machine metrics
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
make build
|
||||
upx %{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue