Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions configs/components/_base-module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
end
module_author, module_name = match_data.captures

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

# This is just a tarball; Skip unpack, patch, configure, build, check steps
pkg.install_only true
Expand Down
2 changes: 1 addition & 1 deletion configs/components/openvox.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"url":"https://github.com/openvoxproject/openvox.git","ref":"72de3266ea4c6867220f4069284dd0aea2d92a3b"}
{"url":"https://github.com/openvoxproject/openvox.git","ref":"af03c5b262774b956130072bd20ac31c1a3c22c4"}
2 changes: 1 addition & 1 deletion configs/components/puppet-runtime.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/2025-08-21-1/","version":"2025.08.21.1"}
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/2025-08-23-1/","version":"2025.08.23.1"}