From d1e792c9c153afbe510d398ce27a139bc4765a50 Mon Sep 17 00:00:00 2001 From: shipyard <2600hz-gitswitch@2600hz.com> Date: Wed, 27 Sep 2023 14:10:25 -0400 Subject: [PATCH] update shipyard config to support rockylinux --- .shipyard.yml | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/.shipyard.yml b/.shipyard.yml index ff76950..e49814b 100644 --- a/.shipyard.yml +++ b/.shipyard.yml @@ -1,19 +1,37 @@ ---- name: monster-ui-application-csv-onboarding -base_branch: 'origin/5.1' +custom_files: null exposure: private -metapackage: - - name: meta-monster-ui - branch: '5.1' - package: monster-ui-application-csv-onboarding - type: required +base_branch: origin/5.1 base_core: monster-ui template: monster-ui-application.spec.tmpl package: centos7: name: monster-ui-application-csv-onboarding app_name: csv-onboarding - license: "MPL 2.0" + license: 'MPL 2.0' + group: Productivity/Telephony + url: 'http://www.2600hz.org/' + vendor: 2600Hz + rockylinux8: + name: monster-ui-application-csv-onboarding + app_name: csv-onboarding + 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-csv-onboarding + app_name: csv-onboarding + license: 'MPL 2.0' + group: Productivity/Telephony + url: 'http://www.2600hz.org/' + vendor: 2600Hz + dist: .el9 +metapackage: + - + name: meta-monster-ui + branch: '5.1' + package: monster-ui-application-csv-onboarding + type: required +dependencies: null