Kentaro Hayashi
null+****@clear*****
Wed Nov 22 14:43:17 JST 2017
Kentaro Hayashi 2017-11-22 14:43:17 +0900 (Wed, 22 Nov 2017) New Revision: f582918b1fbd0935c51709096e8f23034d8aaee7 https://github.com/groonga/groonga/commit/f582918b1fbd0935c51709096e8f23034d8aaee7 Message: apt: try to use box_version for a while Modified files: packages/apt/Vagrantfile Modified: packages/apt/Vagrantfile (+2 -0) =================================================================== --- packages/apt/Vagrantfile 2017-11-22 14:33:35 +0900 (a2f01f498) +++ packages/apt/Vagrantfile 2017-11-22 14:43:17 +0900 (b6f8abc89) @@ -17,6 +17,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| { :id => "debian-stretch-i386", :box => "bento/debian-9.2-i386", + :box_version => "201710.24.0" }, { :id => "debian-stretch-amd64", @@ -31,6 +32,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Use box and box_url until official box is released node.vm.box = vm[:id] if vm[:box_url] node.vm.box_url = vm[:box_url] if vm[:box_url] + node.vm.box_version = vm[:box_version] if vm[:box_version] hour_in_seconds = 60 * 60 node.vm.boot_timeout = 1 * hour_in_seconds node.vm.provision(:shell, :privileged => false, :path => "build-deb.sh") -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171122/eb03ce75/attachment.htm