variabilized release field of several nfpm file patterns
This commit is contained in:
parent
93d9b4aac1
commit
c002c324b2
|
@ -126,7 +126,7 @@ jobs:
|
|||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
with:
|
||||
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
||||
path: ./*.${{ matrix.package_extension}}
|
||||
path: ./*.${{ matrix.package_extension }}
|
||||
retention-days: 1
|
||||
|
||||
deliver-rpm:
|
||||
|
|
|
@ -3,7 +3,7 @@ arch: "${ARCH}"
|
|||
platform: "linux"
|
||||
version_schema: "none"
|
||||
version: "0.019"
|
||||
release: "2${DIST}"
|
||||
release: "${RELEASE}${DIST}"
|
||||
section: "default"
|
||||
priority: "optional"
|
||||
maintainer: "Centreon <contact@centreon.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@ arch: "${ARCH}"
|
|||
platform: "linux"
|
||||
version_schema: "none"
|
||||
version: "@VERSION@"
|
||||
release: "2${DIST}"
|
||||
release: "${RELEASE}${DIST}"
|
||||
section: "default"
|
||||
priority: "optional"
|
||||
maintainer: "Centreon <contact@centreon.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@ arch: "${ARCH}"
|
|||
platform: "linux"
|
||||
version_schema: "none"
|
||||
version: "0.8"
|
||||
release: "3${DIST}"
|
||||
release: "${RELEASE}${DIST}"
|
||||
section: "default"
|
||||
priority: "optional"
|
||||
maintainer: "Centreon <contact@centreon.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@ arch: "${ARCH}"
|
|||
platform: "linux"
|
||||
version_schema: "none"
|
||||
version: "0.54"
|
||||
release: "2${DIST}"
|
||||
release: "${RELEASE}${DIST}"
|
||||
section: "default"
|
||||
priority: "optional"
|
||||
maintainer: "Centreon <contact@centreon.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@ arch: "${ARCH}"
|
|||
platform: "linux"
|
||||
version_schema: "none"
|
||||
version: "@VERSION@"
|
||||
release: "1${DIST}"
|
||||
release: "${RELEASE}${DIST}"
|
||||
section: "default"
|
||||
priority: "optional"
|
||||
maintainer: "Centreon <contact@centreon.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@ arch: "${ARCH}"
|
|||
platform: "linux"
|
||||
version_schema: "none"
|
||||
version: "@VERSION@"
|
||||
release: "3${DIST}"
|
||||
release: "${RELEASE}${DIST}"
|
||||
section: "default"
|
||||
priority: "optional"
|
||||
maintainer: "Centreon <contact@centreon.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@ arch: "${ARCH}"
|
|||
platform: "linux"
|
||||
version_schema: "none"
|
||||
version: "2.7.2"
|
||||
release: "1${DIST}"
|
||||
release: "${RELEASE}${DIST}"
|
||||
section: "default"
|
||||
priority: "optional"
|
||||
maintainer: "Centreon <contact@centreon.com>"
|
||||
|
|
Loading…
Reference in New Issue