Skip to content

Commit

Permalink
update shipyard config to support rockylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
shipyard committed Sep 25, 2023
1 parent b908381 commit 0b2e882
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions .shipyard.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,37 @@
---
name: monster-ui-application-accounts
base_branch: 'origin/5.2'
custom_files: null
exposure: private
metapackage:
- name: meta-monster-ui
branch: '5.2'
package: monster-ui-application-accounts
type: required
base_branch: origin/5.2
base_core: monster-ui
template: monster-ui-application.spec.tmpl
package:
centos7:
name: monster-ui-application-accounts
app_name: accounts
license: "MPL 2.0"
license: 'MPL 2.0'
group: Productivity/Telephony
url: 'http://www.2600hz.org/'
vendor: 2600Hz
rockylinux8:
name: monster-ui-application-accounts
app_name: accounts
license: 'MPL 2.0'
group: Productivity/Telephony
url: http://www.2600hz.org/
url: 'http://www.2600hz.org/'
vendor: 2600Hz
dist: .el8
rockylinux9:
name: monster-ui-application-accounts
app_name: accounts
license: 'MPL 2.0'
group: Productivity/Telephony
url: 'http://www.2600hz.org/'
vendor: 2600Hz
dist: .el9
metapackage:
-
name: meta-monster-ui
branch: '5.2'
package: monster-ui-application-accounts
type: required
dependencies: null

0 comments on commit 0b2e882

Please sign in to comment.