Navigation Menu

Skip to content

Commit

Permalink
yum: remove duplicated entry to install epel-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 25, 2016
1 parent 0649a3b commit dd6eebe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/yum/build-rpm.sh
Expand Up @@ -88,7 +88,6 @@ case ${distribution} in
run yum-config-manager --disable mysql56-community
run yum-config-manager --enable mysql57-community
if [ ${distribution_version} = 6 ]; then
run yum install -y epel-release
run yum install -y cmake28
fi
fi
Expand All @@ -109,7 +108,6 @@ case ${distribution} in
run yum install -y http://www.percona.com/downloads/percona-release/redhat/${release_rpm_version}/${release_rpm}
run yum install -y Percona-Server-devel-57
if [ ${distribution_version} = 6 ]; then
run yum install -y epel-release
run yum install -y cmake28
fi
;;
Expand Down

0 comments on commit dd6eebe

Please sign in to comment.