Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 3aef416

Browse files
authored
Merge pull request #110 from OpenVoxProject/promotions
Promotions for 8.22.0 and fix for renaming the puppet component
2 parents 34c1d0e + ce6a57f commit 3aef416

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

configs/components/_base-module.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626
end
2727
module_author, module_name = match_data.captures
2828

29-
# Modules must have puppet
30-
pkg.build_requires 'puppet'
29+
# Modules must have openvox. This tells vanagon to build openvox first, since
30+
# the component exists in the project. This is why it's 'openvox' rather than
31+
# 'openvox-agent', because it's not actually installing it with the package
32+
# manager.
33+
pkg.build_requires 'openvox'
3134

3235
# This is just a tarball; Skip unpack, patch, configure, build, check steps
3336
pkg.install_only true

configs/components/openvox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"url":"https://github.com/openvoxproject/openvox.git","ref":"72de3266ea4c6867220f4069284dd0aea2d92a3b"}
1+
{"url":"https://github.com/openvoxproject/openvox.git","ref":"af03c5b262774b956130072bd20ac31c1a3c22c4"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/2025-08-21-1/","version":"2025.08.21.1"}
1+
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/2025-08-23-1/","version":"2025.08.23.1"}

0 commit comments

Comments
 (0)