Skip to content

Commit

Permalink
Switched URLs of sandboxes from one.ubuntu.com (has been discontinued…
Browse files Browse the repository at this point in the history
…) to copy.com
  • Loading branch information
shyiko committed Jul 25, 2014
1 parent 09b87e2 commit c30f914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.box = 'mysql-5.5.27-sandbox'
config.vm.box_url = 'http://ubuntuone.com/2h49wr0eoPQfJkfnvgoS0s'
config.vm.box_url = 'https://copy.com/sixlvBAee4er'
config.vm.network :forwarded_port, guest: 33061, host: 33061
config.vm.network :forwarded_port, guest: 33062, host: 33062
end
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.box = 'mysql-5.6.12-sandbox'
config.vm.box_url = 'http://ubuntuone.com/62BEcve12HJELIcZyER9qK'
config.vm.box_url = 'https://copy.com/vEWdkjoceRC2'
config.vm.network :forwarded_port, guest: 33061, host: 33061
config.vm.network :forwarded_port, guest: 33062, host: 33062
end

0 comments on commit c30f914

Please sign in to comment.