From f70878c0ebd15ef9bfaa8e5c5d0a88f182204348 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 Oct 2011 23:00:51 +0200 Subject: [PATCH] xbps-src: change KERNEL_SITE to a mirror. --- xbps-src/common/fetch_sites.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xbps-src/common/fetch_sites.sh b/xbps-src/common/fetch_sites.sh index 5485e306ca..212e1dd46f 100644 --- a/xbps-src/common/fetch_sites.sh +++ b/xbps-src/common/fetch_sites.sh @@ -9,7 +9,8 @@ UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool" XORG_SITE="http://xorg.freedesktop.org/releases/individual" DEBIAN_SITE="http://ftp.debian.org/debian/pool" GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources" -KERNEL_SITE="http://www.kernel.org/pub/linux" +#KERNEL_SITE="http://www.kernel.org/pub/linux" +KERNEL_SITE="http://mirror.be.gbxs.net/pub/linux" CPAN_SITE="http://cpan.perl.org/modules/by-module" MOZILLA_SITE="http://ftp.mozilla.org/pub/mozilla.org" GNU_SITE="http://mirrors.kernel.org/gnu"