[Groonga-commit] groonga/groonga at ea4b312 [master] packages: use latest jessie box

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Mar 24 11:46:14 JST 2017


Kentaro Hayashi	2017-03-24 11:46:14 +0900 (Fri, 24 Mar 2017)

  New Revision: ea4b312b21aa193d12ffc49d7683cdcedbda7475
  https://github.com/groonga/groonga/commit/ea4b312b21aa193d12ffc49d7683cdcedbda7475

  Message:
    packages: use latest jessie box

  Modified files:
    packages/windows/Vagrantfile

  Modified: packages/windows/Vagrantfile (+1 -1)
===================================================================
--- packages/windows/Vagrantfile    2017-03-24 11:22:58 +0900 (e89235e)
+++ packages/windows/Vagrantfile    2017-03-24 11:46:14 +0900 (3ca2fa9)
@@ -5,7 +5,7 @@
 VAGRANTFILE_API_VERSION = "2"
 
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
-  config.vm.box = "bento/debian-8.6"
+  config.vm.box = "bento/debian-8.7"
   config.vm.provision(:shell, :privileged => false, :path => "build.sh")
   config.vm.provider("virtualbox") do |virtual_box|
     virtual_box.memory = (ENV["VM_MEMORY"] || 2048).to_i
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index