Whamcloud - gitweb
LU-792 lbuild-rhel5 should use redhat's SRPM repo
authorMichael MacDonald <mjmac@whamcloud.com>
Tue, 25 Oct 2011 14:23:28 +0000 (10:23 -0400)
committerJohann Lombardi <johann@whamcloud.com>
Wed, 4 Jan 2012 16:53:52 +0000 (11:53 -0500)
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 <mjmac@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1595
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Brian J. Murrell <brian@whamcloud.com>
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
build/lbuild-rhel5

index 410485f..6791f2b 100644 (file)
@@ -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/"
 
 }