changeset 6181:ac954745ba5f

Change mirror for linux kernel headers Previously the linux-2.4.34 tarball was downloaded from mirror.anl.gov but that has been a 404 for the last few weeks. I found www.mirrorservice.org has been fine lately so I have switched the url over to that mirror.
author Colin Hall <colinghall@gmail.com>
date Fri, 01 Jun 2012 13:54:17 +0100
parents 278958d05876
children 3a70c061711b
files gub/specs/linux-headers.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/linux-headers.py	Sun Mar 04 14:54:54 2012 +0000
+++ b/gub/specs/linux-headers.py	Fri Jun 01 13:54:17 2012 +0100
@@ -2,7 +2,7 @@
 from gub import context
 
 class Linux_headers (build.BinaryBuild, build.SdkBuild):
-    source = 'http://mirror.anl.gov/pub/linux/kernel/v2.4/linux-2.4.34.tar.bz2&name=linux-headers'
+    source = 'http://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.34.tar.bz2&name=linux-headers'
     # HMm, is this more handy than patch ():pass in BinaryBuild?
     # possibly we should simply override install (), but that is
     # always a problem because install ()