[Groonga-mysql-commit] mroonga/mroonga at f935f56 [master] packages yum: use percona-release-latest

Back to archive index
Kentaro Hayashi null+****@clear*****
Thu Feb 7 12:14:33 JST 2019


Kentaro Hayashi	2019-02-07 12:14:33 +0900 (Thu, 07 Feb 2019)

  Revision: f935f56c20c1da17b851c54dfa8960a8de2ea220
  https://github.com/mroonga/mroonga/commit/f935f56c20c1da17b851c54dfa8960a8de2ea220

  Message:
    packages yum: use percona-release-latest

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

  Modified: packages/yum/build-rpm.sh (+1 -3)
===================================================================
--- packages/yum/build-rpm.sh    2019-02-07 11:22:13 +0900 (6f2e5c51)
+++ packages/yum/build-rpm.sh    2019-02-07 12:14:33 +0900 (6c8fa012)
@@ -159,9 +159,7 @@ REPO
         run yum install -y Percona-Server-devel-56
         ;;
       percona-server-57-${PACKAGE})
-        release_rpm_version=0.1-4
-        release_rpm=percona-release-${release_rpm_version}.noarch.rpm
-        run yum install -y http://www.percona.com/downloads/percona-release/redhat/${release_rpm_version}/${release_rpm}
+        run yum install -y http://repo.percona.com/percona/yum/release/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/20190207/df848367/attachment.html>


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