From: Michael MacDonald Date: Tue, 25 Oct 2011 14:23:28 +0000 (-0400) Subject: LU-792 lbuild-rhel5 should use redhat's SRPM repo X-Git-Tag: v1_8_7_81_WC1~35 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ee9a1e6b3fc7a6d61bbe4f2dc9544a27a1e65c49;p=fs%2Flustre-release.git LU-792 lbuild-rhel5 should use redhat's SRPM repo Download EL5 kernel .src.rpm packages from redhat's repo instead of trying to use CentOS's often-outdated repo. Change-Id: I45c59894c649f3290a8ce1f0d3f1f033395567a4 Signed-off-by: Michael MacDonald Reviewed-on: http://review.whamcloud.com/1595 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Brian J. Murrell Reviewed-by: Johann Lombardi --- diff --git a/build/lbuild-rhel5 b/build/lbuild-rhel5 index 410485f..6791f2b 100644 --- a/build/lbuild-rhel5 +++ b/build/lbuild-rhel5 @@ -111,6 +111,6 @@ find_linux_rpm-rhel5() { kernel_srpm_location() { - echo "http://mirror.centos.org/centos-5/5/updates/SRPMS/" + echo "http://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/" }