Skip to content

Commit

Permalink
feat(ci): package centreon-nrpe3
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jul 20, 2023
1 parent d4d17c6 commit bc79011
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.packaging-plugins-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/
enabled=1
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo

dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm jq zstd
dnf -y install gcc git gettext rpm-build dos2unix python3 epel-release nfpm jq zstd
dnf -y install perl-App-cpanminus perl-JSON
cpanm App::FatPacker
cpanm File::Copy::Recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.packaging-plugins-alma9
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/
enabled=1
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo

dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm jq zstd
dnf -y install gcc git gettext rpm-build dos2unix python3 epel-release nfpm jq zstd
dnf -y install perl-App-cpanminus perl-JSON
cpanm App::FatPacker
cpanm File::Copy::Recursive
Expand Down
1 change: 1 addition & 0 deletions .github/docker/Dockerfile.packaging-plugins-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ apt-get install -y \
devscripts \
fakeroot \
curl \
gcc \
git \
python3 \
libjson-perl \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nrpe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
needs: [get-environment]
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
include:
- package_extension: rpm
Expand Down
2 changes: 1 addition & 1 deletion nrpe/packaging/centreon-nrpe3-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "centreon-nrpe3-daemon"
arch: "amd64"
platform: "linux"
version_schema: "none"
version: "4.0.3"
version: "4.1.0"
release: "${RELEASE}${DIST}"
section: "default"
priority: "optional"
Expand Down

0 comments on commit bc79011

Please sign in to comment.