From: Michael MacDonald Date: Tue, 25 Oct 2011 13:57:16 +0000 (-0400) Subject: LU-792 lbuild-rhel5 should use redhat's SRPM repo X-Git-Tag: 2.1.53~53 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ab9568d062f41f0a6ce8b80e53e915a53863f301 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: I0e622e6481f11941b5038b36c0fd074fe470c595 Signed-off-by: Michael MacDonald Reviewed-on: http://review.whamcloud.com/1590 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Brian J. Murrell Reviewed-by: Oleg Drokin --- diff --git a/build/lbuild-rhel5 b/build/lbuild-rhel5 index 2fd8283..473347f 100644 --- a/build/lbuild-rhel5 +++ b/build/lbuild-rhel5 @@ -112,6 +112,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/" }