[Groonga-commit] groonga/groonga at 22ff75e [master] packages yum: use CentOS 6.10

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Jul 24 01:13:18 JST 2018


Kentaro Hayashi	2018-07-24 01:13:18 +0900 (Tue, 24 Jul 2018)

  New Revision: 22ff75ef93d2f0a1771f2a07db76117f11ffec86
  https://github.com/groonga/groonga/commit/22ff75ef93d2f0a1771f2a07db76117f11ffec86

  Message:
    packages yum: use CentOS 6.10

  Modified files:
    packages/yum/Vagrantfile

  Modified: packages/yum/Vagrantfile (+2 -2)
===================================================================
--- packages/yum/Vagrantfile    2018-07-24 01:09:14 +0900 (e14d19cc8)
+++ packages/yum/Vagrantfile    2018-07-24 01:13:18 +0900 (9d5f2e952)
@@ -8,11 +8,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "centos-6-i386",
-      :box => "bento/centos-6.9-i386",
+      :box => "bento/centos-6.10-i386",
     },
     {
       :id => "centos-6-x86_64",
-      :box => "bento/centos-6.9",
+      :box => "bento/centos-6.10",
     },
     {
       :id => "centos-7-x86_64",
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180724/a61f6eb0/attachment.htm 



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