Skip to content

Commit

Permalink
Update S3 buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
nmburgan committed Jan 19, 2025
1 parent 0ea7f7d commit 83705b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/puppet-artifacts/puppet-runtime/202501082/","version":"202501082"}
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/202501082/","version":"202501082"}
2 changes: 1 addition & 1 deletion configs/components/pxp-agent.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"location":"https://s3.osuosl.org/puppet-artifacts/pxp-agent/202501090/","version":"202501090"}
{"location":"https://s3.osuosl.org/openvox-artifacts/pxp-agent/202501090/","version":"202501090"}
2 changes: 1 addition & 1 deletion tasks/promote.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace :vox do

munged = args[:tag].gsub('-', '.')
data = <<~DATA
{"location":"https://s3.osuosl.org/puppet-artifacts/#{args[:component]}/#{args[:tag]}/","version":"#{munged}"}
{"location":"https://s3.osuosl.org/openvox-artifacts/#{args[:component]}/#{args[:tag]}/","version":"#{munged}"}
DATA

puts "Writing #{args[:component]}.json"
Expand Down

0 comments on commit 83705b7

Please sign in to comment.