[Groonga-commit] groonga/groonga at a47f114 [master] packages windows: specify vm.box only

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Dec 27 22:25:26 JST 2016


Kentaro Hayashi	2016-12-27 22:25:26 +0900 (Tue, 27 Dec 2016)

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

  Message:
    packages windows: specify vm.box only
    
    It is easy to maintain.

  Modified files:
    packages/windows/Vagrantfile

  Modified: packages/windows/Vagrantfile (+1 -2)
===================================================================
--- packages/windows/Vagrantfile    2016-12-27 01:02:50 +0900 (17979cd)
+++ packages/windows/Vagrantfile    2016-12-27 22:25:26 +0900 (e89235e)
@@ -5,8 +5,7 @@
 VAGRANTFILE_API_VERSION = "2"
 
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
-  config.vm.box = "debian-jessie-amd64"
-  config.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.5_chef-provisionerless.box"
+  config.vm.box = "bento/debian-8.6"
   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