Skip to content

Commit

Permalink
updated .shipyard.yml to branch 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shipyard committed Jun 23, 2023
1 parent 3a7ed79 commit 881e009
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .shipyard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: kazoo-configs-kamailio
base_branch: origin/master
custom_files: null
exposure: private
base_branch: origin/5.3
base_core: null
template: spec.tmpl
package:
Expand All @@ -11,7 +12,7 @@ package:
build_arch: noarch
build_requires:
- rpm-build
summary: Kazoo specific configuration for Kamailio
summary: 'Kazoo specific configuration for Kamailio'
description: |
The Kazoo platform uses Kamailio to provide SIP services
as well as dispatch requests to FreeSWITCH. This package
Expand All @@ -21,7 +22,7 @@ package:
on FreeNode.
dist: .el7.centos
requires:
bind-utils: {}
bind-utils: { }
source: '%{_build_tar}'
prep: '%setup -q'
install: |
Expand Down Expand Up @@ -54,24 +55,26 @@ package:
cp -r system/security/limits.d/*.conf %{buildroot}/etc/security/limits.d
mkdir -p %{buildroot}/usr/lib/systemd/system
cp system/systemd/* %{buildroot}/usr/lib/systemd/system
files:
doc:
- CHANGELOG
- VERSION
list: filelist.txt
dir: /etc/kazoo/kamailio
config:
- mode: noreplace
path: /etc/rsyslog.d/*kamailio*
- mode: noreplace
path: /etc/logrotate.d/*kamailio*
- mode: noreplace
path: /etc/security/limits.d/*kamailio*
-
mode: noreplace
path: '/etc/rsyslog.d/*kamailio*'
-
mode: noreplace
path: '/etc/logrotate.d/*kamailio*'
-
mode: noreplace
path: '/etc/security/limits.d/*kamailio*'
path:
- /usr/sbin/kazoo-kamailio
- /usr/lib/systemd/system/kazoo-kamailio.service
post: systemctl -q enable kazoo-kamailio.service
post: 'systemctl -q enable kazoo-kamailio.service'
preun: '%{?systemd_preun kazoo-kamailio.service}'
postun: '%{?systemd_postun kazoo-kamailio.service}'
url: 'http://www.2600hz.org'
Expand All @@ -81,4 +84,5 @@ metapackage:
name: meta-kazoo-kamailio
package: kazoo-configs-kamailio
type: required
branch: 'master'
branch: '5.3'
dependencies: null

0 comments on commit 881e009

Please sign in to comment.