Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from app.vagrantup.com to vagrantcloud.com #13580

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion internal/core/box_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func hashicorpBionicBoxData() *vagrant_server.Box {
Version: "0.0.282",
Directory: "/tmp/boxes",
Metadata: testMetadata,
MetadataUrl: "https://app.vagrantup.com/hashicorp/boxes/bionic64.json",
MetadataUrl: "https://vagrantcloud.com/hashicorp/boxes/bionic64.json",
Name: "hashicorp/bionic64",
LastUpdate: timestamppb.Now(),
}
Expand Down
2 changes: 1 addition & 1 deletion test/vagrant-spec/Vagrantfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ enabled_providers.each do |provider_name|
box_path = File.join(File.dirname(__FILE__), "./boxes/#{guest_box.sub('/', '_')}.#{provider_name}.#{box_version}.box")
if !File.exist?(box_path)
$stderr.puts "Downloading guest box #{guest_box}"
cmd = "curl -Lf -o #{box_path} https://app.vagrantup.com/#{box_owner}/boxes/#{box_name}/versions/#{box_version}/providers/#{provider_name}.box"
cmd = "curl -Lf -o #{box_path} https://vagrantcloud.com/#{box_owner}/boxes/#{box_name}/versions/#{box_version}/providers/#{provider_name}.box"
if vagrantcloud_token
cmd += "?access_token=#{vagrantcloud_token}"
end
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/boxes/format.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ There are four different components that make up a box:
So, if you extract a box and look at it's contents it will look like:
```
# contents of the hashicorp/bionic64 box
# ref: https://app.vagrantup.com/hashicorp/boxes/bionic64
# ref: https://vagrantcloud.com/hashicorp/boxes/bionic64
$ ls hashicorp_bionic_box
Vagrantfile metadata.json
box.ovf ubuntu-18.04-amd64-disk001.vmdk
Expand Down
Loading
Loading