Kentaro Hayashi
null+****@clear*****
Thu Oct 27 15:29:40 JST 2016
Kentaro Hayashi 2016-10-27 15:29:40 +0900 (Thu, 27 Oct 2016) New Revision: db7466a7647e8d300c98bcab482fd7e897cb3633 https://github.com/mroonga/mroonga/commit/db7466a7647e8d300c98bcab482fd7e897cb3633 Message: packages apt: use latest debian box It seems that S3 box images will not be updated anymore. Modified files: packages/apt/Vagrantfile Modified: packages/apt/Vagrantfile (+2 -2) =================================================================== --- packages/apt/Vagrantfile 2016-10-27 14:40:28 +0900 (9a4e7f8) +++ packages/apt/Vagrantfile 2016-10-27 15:29:40 +0900 (301c300) @@ -8,11 +8,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| vms = [ { :id => "debian-jessie-i386", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.5-i386_chef-provisionerless.box", + :box_url => "https://atlas.hashicorp.com/bento/boxes/debian-8.6-i386/versions/2.3.0/providers/virtualbox.box", }, { :id => "debian-jessie-amd64", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.5_chef-provisionerless.box", + :box_url => "https://atlas.hashicorp.com/bento/boxes/debian-8.6/versions/2.3.0/providers/virtualbox.box", }, ] -------------- next part -------------- HTML����������������������������...Download