[Groonga-commit] groonga/packages.groonga.org at f18edec [master] 15.10 isn't available yet

Back to archive index

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


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

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

  Message:
    15.10 isn't available yet

  Modified files:
    Vagrantfile

  Modified: Vagrantfile (+2 -2)
===================================================================
--- Vagrantfile    2015-11-23 21:43:46 +0900 (621fcf8)
+++ Vagrantfile    2015-11-23 21:46:55 +0900 (06596d0)
@@ -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.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.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.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