HAYASHI Kentaro
null+****@clear*****
Sat Nov 21 17:00:39 JST 2015
HAYASHI Kentaro 2015-11-21 17:00:39 +0900 (Sat, 21 Nov 2015) New Revision: 003b08a35fe4ea7c30eebae0dc2f2fe67624f1b6 https://github.com/mroonga/mroonga/commit/003b08a35fe4ea7c30eebae0dc2f2fe67624f1b6 Message: apt yum: use latest vagrant box Modified files: packages/apt/Vagrantfile packages/yum/Vagrantfile Modified: packages/apt/Vagrantfile (+4 -4) =================================================================== --- packages/apt/Vagrantfile 2015-11-19 16:01:23 +0900 (eca83a0) +++ packages/apt/Vagrantfile 2015-11-21 17:00:39 +0900 (f9002fd) @@ -8,19 +8,19 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| vms = [ { :id => "debian-wheezy-i386", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8-i386_chef-provisionerless.box", + :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.9-i386_chef-provisionerless.box", }, { :id => "debian-wheezy-amd64", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box", + :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.9_chef-provisionerless.box", }, { :id => "debian-jessie-i386", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1-i386_chef-provisionerless.box", + :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.2-i386_chef-provisionerless.box", }, { :id => "debian-jessie-amd64", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box", + :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.2_chef-provisionerless.box", }, ] Modified: packages/yum/Vagrantfile (+2 -2) =================================================================== --- packages/yum/Vagrantfile 2015-11-19 16:01:23 +0900 (da41350) +++ packages/yum/Vagrantfile 2015-11-21 17:00:39 +0900 (e9821a9) @@ -16,11 +16,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| }, { :id => "centos-6-i386", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.6-i386_chef-provisionerless.box", + :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7-i386_chef-provisionerless.box", }, { :id => "centos-6-x86_64", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.6_chef-provisionerless.box", + :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7_chef-provisionerless.box", }, { :id => "centos-7-x86_64", -------------- next part -------------- HTML����������������������������...Download