From ee9a1e6b3fc7a6d61bbe4f2dc9544a27a1e65c49 Mon Sep 17 00:00:00 2001 From: Michael MacDonald Date: Tue, 25 Oct 2011 10:23:28 -0400 Subject: [PATCH] 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 --- build/lbuild-rhel5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" } -- 1.8.3.1