[Groonga-commit] groonga/packages.groonga.org at 930900d [master] Use Ubuntu 16.04

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 6 11:12:03 JST 2016


Kouhei Sutou	2016-05-06 11:12:03 +0900 (Fri, 06 May 2016)

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

  Message:
    Use Ubuntu 16.04

  Modified files:
    Vagrantfile

  Modified: Vagrantfile (+2 -2)
===================================================================
--- Vagrantfile    2016-02-04 09:56:29 +0900 (06596d0)
+++ Vagrantfile    2016-05-06 11:12:03 +0900 (fd9afb4)
@@ -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-15.04-x86_64"
-    node.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-15.04_chef-provisionerless.box"
+    node.vm.box = "ubuntu-16.04-x86_64"
+    node.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-16.04_chef-provisionerless.box"
     node.vm.network "public_network"
     node.vm.provision :ansible do |ansible|
       ansible.playbook = "ansible/playbook.yml"
-------------- next part --------------
HTML����������������������������...
Download 



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