[Groonga-mysql-commit] mroonga/mroonga at 1b6ab76 [master] yum: use correct percona-release-latest

Back to archive index
Kentaro Hayashi null+****@clear*****
Wed Mar 27 18:40:43 JST 2019


Kentaro Hayashi	2019-03-27 18:40:43 +0900 (Wed, 27 Mar 2019)

  Revision: 1b6ab7613cd61405f00569db2a54df0a7922a81b
  https://github.com/mroonga/mroonga/commit/1b6ab7613cd61405f00569db2a54df0a7922a81b

  Message:
    yum: use correct percona-release-latest
    
    See: https://jira.percona.com/browse/PS-5463

  Modified files:
    packages/yum/build-rpm.sh

  Modified: packages/yum/build-rpm.sh (+2 -2)
===================================================================
--- packages/yum/build-rpm.sh    2019-03-27 18:30:55 +0900 (53ec490e)
+++ packages/yum/build-rpm.sh    2019-03-27 18:40:43 +0900 (2543fc6d)
@@ -153,11 +153,11 @@ REPO
         fi
         ;;
       percona-server-56-${PACKAGE})
-        run yum install -y http://repo.percona.com/percona/yum/release/6/RPMS/noarch/percona-release-1.0-9.noarch.rpm
+        run yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
         run yum install -y Percona-Server-devel-56
         ;;
       percona-server-57-${PACKAGE})
-        run yum install -y http://repo.percona.com/percona/yum/release/7/RPMS/noarch/percona-release-1.0-9.noarch.rpm
+        run yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm
         run yum install -y Percona-Server-devel-57
         if [ ${distribution_version} = 6 ]; then
           run yum install -y cmake28
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190327/84788be4/attachment-0001.html>


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