[Groonga-commit] groonga/packages.groonga.org at c93bed9 [master] Update Ubuntu version

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 31 20:47:53 JST 2015


Kouhei Sutou	2015-05-31 20:47:53 +0900 (Sun, 31 May 2015)

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

  Message:
    Update Ubuntu version
    
    Because packages.groonga.org uses 15.04.

  Modified files:
    Vagrantfile

  Modified: Vagrantfile (+2 -2)
===================================================================
--- Vagrantfile    2015-05-31 20:16:33 +0900 (2090c2c)
+++ Vagrantfile    2015-05-31 20:47:53 +0900 (764e8c8)
@@ -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.04-x86_64"
-    node.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_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.provision :ansible do |ansible|
       ansible.playbook = "ansible/playbook.yml"
       ansible.groups = {
-------------- next part --------------
HTML����������������������������...
Download 



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