[Groonga-commit] pgroonga/pgroonga at dc45302 [master] package yum: use yum to install epel-release automatically

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 30 18:25:50 JST 2016


Kouhei Sutou	2016-11-30 18:25:50 +0900 (Wed, 30 Nov 2016)

  New Revision: dc453020ef0db8d38f284cfdbd5470020c9c3f00
  https://github.com/pgroonga/pgroonga/commit/dc453020ef0db8d38f284cfdbd5470020c9c3f00

  Message:
    package yum: use yum to install epel-release automatically

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

  Modified: packages/yum/build-rpm.sh (+1 -1)
===================================================================
--- packages/yum/build-rpm.sh    2016-11-30 18:14:40 +0900 (e8a7387)
+++ packages/yum/build-rpm.sh    2016-11-30 18:25:50 +0900 (5f7a892)
@@ -31,7 +31,7 @@ esac
 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.2.0-1.noarch.rpm
+run yum install -y http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
 run yum makecache
 
 run yum groupinstall -y "Development Tools"
-------------- next part --------------
HTML����������������������������...
Download 



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