[Groonga-commit] pgroonga/pgroonga at d7a97f1 [master] packages: use the latest images

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 2 14:06:38 JST 2016


Kouhei Sutou	2016-06-02 14:06:38 +0900 (Thu, 02 Jun 2016)

  New Revision: d7a97f17d4d47a8ae2327749470fc864a2d425d3
  https://github.com/pgroonga/pgroonga/commit/d7a97f17d4d47a8ae2327749470fc864a2d425d3

  Message:
    packages: use the latest images

  Modified files:
    packages/apt/Vagrantfile
    packages/yum/Vagrantfile

  Modified: packages/apt/Vagrantfile (+2 -2)
===================================================================
--- packages/apt/Vagrantfile    2016-06-02 14:06:28 +0900 (0d72327)
+++ packages/apt/Vagrantfile    2016-06-02 14:06:38 +0900 (a166f72)
@@ -8,11 +8,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "debian-jessie-i386",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1-i386_chef-provisionerless.box",
+      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.4-i386_chef-provisionerless.box",
     },
     {
       :id => "debian-jessie-amd64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box",
+      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.4_chef-provisionerless.box",
     },
   ]
 

  Modified: packages/yum/Vagrantfile (+3 -3)
===================================================================
--- packages/yum/Vagrantfile    2016-06-02 14:06:28 +0900 (dcf24d4)
+++ packages/yum/Vagrantfile    2016-06-02 14:06:38 +0900 (048d9e0)
@@ -16,15 +16,15 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     },
     {
       :id => "centos-6-i386",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.6-i386_chef-provisionerless.box",
+      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7-i386_chef-provisionerless.box",
     },
     {
       :id => "centos-6-x86_64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.6_chef-provisionerless.box",
+      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7_chef-provisionerless.box",
     },
     {
       :id => "centos-7-x86_64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.1_chef-provisionerless.box",
+      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.2_chef-provisionerless.box",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
下載 



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