From 3d1e785cde45adac356a31871660780d9fe7abf7 Mon Sep 17 00:00:00 2001 From: Michael MacDonald Date: Tue, 25 Oct 2011 09:57:16 -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: 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 --- build/lbuild-rhel5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lbuild-rhel5 b/build/lbuild-rhel5 index 6190fcd..e1b267a 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