[Groonga-commit] groonga/packages.groonga.org at b5e6c1d [master] Use Ubuntu 15.10

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 23 21:43:46 JST 2015


Kouhei Sutou	2015-11-23 21:43:46 +0900 (Mon, 23 Nov 2015)

  New Revision: b5e6c1d65c925dd93d8d9d3b959e79af5bf11419
  https://github.com/groonga/packages.groonga.org/commit/b5e6c1d65c925dd93d8d9d3b959e79af5bf11419

  Message:
    Use Ubuntu 15.10

  Modified files:
    Vagrantfile

  Modified: Vagrantfile (+2 -2)
===================================================================
--- Vagrantfile    2015-11-23 12:26:33 +0900 (c9fc892)
+++ Vagrantfile    2015-11-23 21:43:46 +0900 (621fcf8)
@@ -7,8 +7,8 @@ VAGRANTFILE_API_VERSION = "2"
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   name = "packages.groonga.org"
   config.vm.define(name) do |node|
-    node.vm.box = "ubuntu-14.10-x86_64"
-    node.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.10_chef-provisionerless.box"
+    node.vm.box = "ubuntu-15.10-x86_64"
+    node.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-15.10_chef-provisionerless.box"
     node.vm.network "public_network"
     node.vm.provision :ansible do |ansible|
       ansible.playbook = "ansible/playbook.yml"
-------------- next part --------------
HTML����������������������������...
다운로드 



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