Browse Source

update shipyard config to support rockylinux

master
shipyard 2 years ago
parent
commit
c0bdb6fdfe
1 changed files with 27 additions and 9 deletions
  1. +27
    -9
      .shipyard.yml

+ 27
- 9
.shipyard.yml View File

@ -1,19 +1,37 @@
---
name: monster-ui-application-fax name: monster-ui-application-fax
base_branch: origin/master
custom_files: null
exposure: private exposure: private
metapackage:
- name: meta-monster-ui
branch: master
package: monster-ui-application-fax
type: required
base_branch: origin/master
base_core: monster-ui base_core: monster-ui
template: monster-ui-application.spec.tmpl template: monster-ui-application.spec.tmpl
package: package:
centos7: centos7:
name: monster-ui-application-fax name: monster-ui-application-fax
app_name: fax app_name: fax
license: "MPL 2.0"
license: 'MPL 2.0'
group: Productivity/Telephony
url: 'http://www.2600hz.org/'
vendor: 2600Hz
rockylinux8:
name: monster-ui-application-fax
app_name: fax
license: 'MPL 2.0'
group: Productivity/Telephony
url: 'http://www.2600hz.org/'
vendor: 2600Hz
dist: .el8
rockylinux9:
name: monster-ui-application-fax
app_name: fax
license: 'MPL 2.0'
group: Productivity/Telephony group: Productivity/Telephony
url: http://www.2600hz.org/
url: 'http://www.2600hz.org/'
vendor: 2600Hz vendor: 2600Hz
dist: .el9
metapackage:
-
name: meta-monster-ui
branch: master
package: monster-ui-application-fax
type: required
dependencies: null

Loading…
Cancel
Save