[Groonga-mysql-commit] mroonga/mroonga at 5fcab2a [master] rpm centos: drop CentOS 5 support

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Mar 24 12:33:14 JST 2017


Kentaro Hayashi	2017-03-24 12:33:14 +0900 (Fri, 24 Mar 2017)

  New Revision: 5fcab2afbd3ad9693dd918ef0e767ecfceb162e1
  https://github.com/mroonga/mroonga/commit/5fcab2afbd3ad9693dd918ef0e767ecfceb162e1

  Message:
    rpm centos: drop CentOS 5 support

  Modified files:
    packages/yum/Vagrantfile
    packages/yum/build-in-vm.sh

  Modified: packages/yum/Vagrantfile (+0 -8)
===================================================================
--- packages/yum/Vagrantfile    2017-03-24 12:15:28 +0900 (a9569f6)
+++ packages/yum/Vagrantfile    2017-03-24 12:33:14 +0900 (9aa110c)
@@ -7,14 +7,6 @@ VAGRANTFILE_API_VERSION = "2"
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
-      :id => "centos-5-i386",
-      :box => "bento/centos-5.11-i386",
-    },
-    {
-      :id => "centos-5-x86_64",
-      :box => "bento/centos-5.11",
-    },
-    {
       :id => "centos-6-i386",
       :box => "bento/centos-6.8-i386",
     },

  Modified: packages/yum/build-in-vm.sh (+1 -1)
===================================================================
--- packages/yum/build-in-vm.sh    2017-03-24 12:15:28 +0900 (5801181)
+++ packages/yum/build-in-vm.sh    2017-03-24 12:33:14 +0900 (bb3ebec)
@@ -30,7 +30,7 @@ for mysql_variant in ${MYSQL_VARIANTS}; do
   architectures="${ARCHITECTURES}"
   case ${mysql_variant} in
     mysql55)
-      centos_versions="5 6"
+      centos_versions="6"
       ;;
     mysql56-community)
       centos_versions="6 7"
-------------- next part --------------
HTML����������������������������...
Download 



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