fix multiple deliveries (#4777)
This commit is contained in:
parent
8958c7f6d5
commit
03659abde0
|
@ -42,6 +42,12 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Remove previously packaged DEBs and RPMs
|
||||||
|
run: |
|
||||||
|
rm -f ./*.deb
|
||||||
|
rm -f ./*.rpm
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Import gpg key
|
- name: Import gpg key
|
||||||
env:
|
env:
|
||||||
RPM_GPG_SIGNING_KEY: ${{ inputs.rpm_gpg_key }}
|
RPM_GPG_SIGNING_KEY: ${{ inputs.rpm_gpg_key }}
|
||||||
|
|
|
@ -10,9 +10,8 @@ maintainer: "Centreon <contact@centreon.com>"
|
||||||
description: |
|
description: |
|
||||||
Openwsman library for packages dependent on openwsman.
|
Openwsman library for packages dependent on openwsman.
|
||||||
Commit: @COMMIT_HASH@
|
Commit: @COMMIT_HASH@
|
||||||
vendor: "Centreon"
|
homepage: "http://www.openwsman.org/"
|
||||||
homepage: "https://www.centreon.com"
|
license: "BSD"
|
||||||
license: "Apache-2.0"
|
|
||||||
|
|
||||||
contents:
|
contents:
|
||||||
- src: "/tmp/openwsman-@VERSION@/build/src/lib/libwsman.so.*"
|
- src: "/tmp/openwsman-@VERSION@/build/src/lib/libwsman.so.*"
|
||||||
|
|
|
@ -10,9 +10,8 @@ maintainer: "Centreon <contact@centreon.com>"
|
||||||
description: |
|
description: |
|
||||||
This package provides Perl bindings to access the OpenWSMAN client API.
|
This package provides Perl bindings to access the OpenWSMAN client API.
|
||||||
Commit: @COMMIT_HASH@
|
Commit: @COMMIT_HASH@
|
||||||
vendor: "Centreon"
|
homepage: "http://www.openwsman.org/"
|
||||||
homepage: "https://www.centreon.com"
|
license: "BSD"
|
||||||
license: "Apache-2.0"
|
|
||||||
|
|
||||||
contents:
|
contents:
|
||||||
- src: "/tmp/openwsman-@VERSION@/build/bindings/perl/openwsman.so"
|
- src: "/tmp/openwsman-@VERSION@/build/bindings/perl/openwsman.so"
|
||||||
|
|
|
@ -10,9 +10,8 @@ maintainer: "Centreon <contact@centreon.com>"
|
||||||
description: |
|
description: |
|
||||||
Small Footprint CIM Client Library Runtime Libraries
|
Small Footprint CIM Client Library Runtime Libraries
|
||||||
Commit: @COMMIT_HASH@
|
Commit: @COMMIT_HASH@
|
||||||
vendor: "Centreon"
|
homepage: "http://www.sblim.org"
|
||||||
homepage: "https://www.centreon.com"
|
license: "EPL-1.0"
|
||||||
license: "Apache-2.0"
|
|
||||||
|
|
||||||
contents:
|
contents:
|
||||||
- src: "/tmp/sblim-sfcc-SFCC_2_2_8/.libs/lib*.so*"
|
- src: "/tmp/sblim-sfcc-SFCC_2_2_8/.libs/lib*.so*"
|
||||||
|
|
Loading…
Reference in New Issue