From: Zdeněk Šustr Date: Wed, 25 Apr 2012 08:29:58 +0000 (+0000) Subject: Different EPEL download path for the default install script. X-Git-Tag: canl_merge_branch_1_0_head_take_3_src~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=58fe7a696ed0e0ad13e400b89b6968f55c8ab2f5;p=jra1mw.git Different EPEL download path for the default install script. --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh index 0ea5c02..0d44222 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh @@ -70,7 +70,7 @@ printf "Getting the 'install' script... " # Example script, for real tests it should be downloaded or otherwise obtained SCENARIO=${SCENARIO:-"Clean installation"} test -s LBinstall.sh || cat << EndInstallScript > LBinstall.sh -rpm -Uvhi http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm +rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm yum install -y yum-priorities yum-protectbase rpm -i http://emisoft.web.cern.ch/emisoft/dist/EMI/1/sl5/x86_64/base/emi-release-1.0.0-1.sl5.noarch.rpm