KanonConductor

changeset 61:439301ff4834

add yum --enablerepo=rpel5 when RHEL5(reported by shuji_w6e).
author chris
date Wed, 08 Jun 2011 12:23:51 +0900
parents 45215326ffa4
children 09529a4bfbee
files kanon-setup
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/kanon-setup	Fri May 20 22:53:59 2011 +0900
     1.2 +++ b/kanon-setup	Wed Jun 08 12:23:51 2011 +0900
     1.3 @@ -99,7 +99,7 @@
     1.4          wget $EPEL_RPM_URL
     1.5          rpm -Uvh epel-release-5-4.noarch.rpm
     1.6          rm -f epel-release-5-4.noarch.rpm
     1.7 -        yum -y install `cat pkglist.rhel5`
     1.8 +        yum --enablerepo=epel -y install `cat pkglist.rhel5`
     1.9  
    1.10          # Add Kanon Repository. For Subversion 1.6 with Python26.
    1.11          cp -f resource/kanon.repo /etc/yum.repos.d/kanon.repo