Compare commits

...

5 commits

Author SHA1 Message Date
Your Name
277cf1ace1 1.9.1
All checks were successful
Run CI/CD... / main (push) Successful in 4m6s
2025-04-01 20:04:32 +00:00
Your Name
3a0176c0a4 1.9.0
All checks were successful
Run CI/CD... / main (push) Successful in 6m54s
2025-02-17 20:05:49 +00:00
Your Name
7c02eaad36 1.8.2
Some checks failed
Run CI/CD... / main (push) Failing after 2m19s
2025-02-10 22:18:55 +00:00
Your Name
08466cd467 Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled
2025-01-31 15:38:51 +00:00
488dac591c Добавление .gitignore и .gitea/workflows/ci.yml 2025-01-07 22:55:20 +03:00
4 changed files with 23 additions and 2 deletions

View file

@ -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
View 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
View file

@ -0,0 +1,3 @@
.*~
*~
.env

View file

@ -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}