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 e7af1d5 commit 4c21313
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .shipyard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: kazoo-configs-rabbitmq
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 RabbitMQ
summary: 'Kazoo specific configuration for RabbitMQ'
description: |
The Kazoo platform uses RabbitMQ as the AMQP broker
for all internal application messaging. This package
Expand All @@ -20,7 +21,7 @@ package:
list or on IRC at #2600hz on FreeNode.
dist: .el7.centos
requires:
sudo: {}
sudo: { }
source: '%{_build_tar}'
prep: '%setup -q'
install: |
Expand All @@ -45,12 +46,15 @@ package:
- CHANGELOG
- VERSION
config:
- mode: noreplace
-
mode: noreplace
path: /etc/kazoo/rabbitmq
- mode: noreplace
path: /etc/logrotate.d/*rabbitmq*
- mode: noreplace
path: /etc/security/limits.d/*rabbitmq*
-
mode: noreplace
path: '/etc/logrotate.d/*rabbitmq*'
-
mode: noreplace
path: '/etc/security/limits.d/*rabbitmq*'
path:
- /usr/sbin/kazoo-rabbitmq
- /usr/lib/systemd/system/kazoo-rabbitmq.service
Expand All @@ -61,4 +65,5 @@ metapackage:
name: meta-kazoo-rabbitmq
package: kazoo-configs-rabbitmq
type: required
branch: 'master'
branch: '5.3'
dependencies: null

0 comments on commit 4c21313

Please sign in to comment.