Whamcloud - gitweb
LU-792 lbuild-rhel5 should use redhat's SRPM repo
authorMichael MacDonald <mjmac@whamcloud.com>
Tue, 25 Oct 2011 13:57:16 +0000 (09:57 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 6 Dec 2011 15:01:58 +0000 (10:01 -0500)
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 <mjmac@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1590
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Brian J. Murrell <brian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/lbuild-rhel5

index 2fd8283..473347f 100644 (file)
@@ -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/"
 
 }