Skip to content

Commit 80753fc

Browse files
committed
choria transport preparation
1 parent 4947ce1 commit 80753fc

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
component 'rubygem-choria-mcorpc-support' do |pkg, _settings, _platform|
2+
### Maintained by update_gems automation ###
3+
pkg.version '2.26.5'
4+
pkg.sha256sum '4f82fc732ab4c85b73a71941de3bae6b11ac5787c9e48f05f92679d82209f82d'
5+
### End automated maintenance section ###
6+
7+
instance_eval File.read('configs/components/_base-rubygem.rb')
8+
end
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#####
2+
# Component release information:
3+
# https://rubygems.org/gems/nats-pure
4+
# https://github.com/nats-io/nats-pure.rb/blob/main/CHANGELOG.md
5+
#####
6+
component 'rubygem-nats-pure' do |pkg, _settings, _platform|
7+
# WARNING Update ahead
8+
# You shall not update beyond 0.6.0, because that is what bundler determined
9+
# https://github.com/OpenVoxProject/puppet-runtime/issues/128#issuecomment-3989498214
10+
### Maintained by update_gems automation ###
11+
pkg.version '0.6.2'
12+
pkg.sha256sum '4c8b24466ae4a364ac5e5f066d5045b6825632993a3d39ddd91718c2bc86c1f5'
13+
### End automated maintenance section ###
14+
15+
instance_eval File.read('configs/components/_base-rubygem.rb')
16+
end
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#####
2+
# Component release information:
3+
# https://rubygems.org/gems/systemu
4+
#####
5+
component 'rubygem-systemu' do |pkg, _settings, _platform|
6+
### Maintained by update_gems automation ###
7+
pkg.version '2.6.5'
8+
pkg.sha256sum '01f7d014b1453b28e5781e15c4d7d63fc9221c29b174b7aae5253207a75ab33e'
9+
### End automated maintenance section ###
10+
11+
instance_eval File.read('configs/components/_base-rubygem.rb')
12+
end

packaging/configs/projects/openbolt.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
proj.setting(:main_bin, "/usr/local/bin")
5656
end
5757

58+
proj.component 'rubygem-systemu'
59+
proj.component 'rubygem-nats-pure'
60+
proj.component 'rubygem-choria-mcorpc-support'
61+
5862
proj.component "openbolt-runtime"
5963
proj.component "openbolt"
6064
proj.component "openbolt-create-ruby-tarballs"

0 commit comments

Comments
 (0)