[Groonga-commit] pgroonga/pgroonga at 658fb05 [master] package yum: update pgdg RPM URL

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 29 15:39:34 JST 2016


Kouhei Sutou	2016-09-29 15:39:34 +0900 (Thu, 29 Sep 2016)

  New Revision: 658fb058d2b2ba1e51c6b37fd573f0f19bd5d1e6
  https://github.com/pgroonga/pgroonga/commit/658fb058d2b2ba1e51c6b37fd573f0f19bd5d1e6

  Message:
    package yum: update pgdg RPM URL

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

  Modified: packages/yum/build-rpm.sh (+3 -1)
===================================================================
--- packages/yum/build-rpm.sh    2016-09-29 15:36:13 +0900 (c63256e)
+++ packages/yum/build-rpm.sh    2016-09-29 15:39:34 +0900 (870ebb7)
@@ -28,7 +28,9 @@ case "${architecture}" in
     ;;
 esac
 
-run rpm -ivh http://yum.postgresql.org/${PG_VERSION}/redhat/rhel-${distribution_version}-${architecture}/pgdg-centos${PG_PACKAGE_VERSION}-${PG_VERSION}-1.noarch.rpm
+pgdg_rpm=pgdg-centos${PG_PACKAGE_VERSION}-${PG_VERSION}-3.noarch.rpm
+run wget --no-check-certificate https://yum.postgresql.org/${PG_VERSION}/redhat/rhel-${distribution_version}-${architecture}/${pgdg_rpm}
+run rpm -ivh ${pgdg_rpm}
 run rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
 run yum makecache
 
-------------- next part --------------
HTML����������������������������...
Download 



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