Kentaro Hayashi
null+****@clear*****
Tue Oct 24 18:39:39 JST 2017
Kentaro Hayashi 2017-10-24 18:39:39 +0900 (Tue, 24 Oct 2017) New Revision: 0bf5f1a99a2dfd58ff0830471d16c2a554ddf185 https://github.com/groonga/groonga-normalizer-mysql/commit/0bf5f1a99a2dfd58ff0830471d16c2a554ddf185 Message: apt: simplify configuration Modified files: packages/apt/Vagrantfile Modified: packages/apt/Vagrantfile (+5 -4) =================================================================== --- packages/apt/Vagrantfile 2017-10-24 18:31:15 +0900 (c57c5a6) +++ packages/apt/Vagrantfile 2017-10-24 18:39:39 +0900 (7d8d876) @@ -8,18 +8,19 @@ 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.2-i386_chef-provisionerless.box", + :box => "bento/debian-8.9-i386", }, { :id => "debian-jessie-amd64", - :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.2_chef-provisionerless.box", + :box => "bento/debian-8.9", + }, + { }, ] vms.each do |vm| config.vm.define(vm[:id]) do |node| - node.vm.box = vm[:id] - node.vm.box_url = vm[:box_url] + node.vm.box = vm[:box] node.vm.provision(:shell, :path => "build-deb.sh") end end -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171024/ea40b4c2/attachment-0001.htm