I have made a patch that fixes some issues with the repos we are using
now. They are:

1. (pr)downloads.sourceforge.net picks some random mirrors from the
Sourceforge list. Sometimes, it might use the Superb Hosting mirror,
which, in speeds, is not very superb at all. The patch changes the
Sourceforge repo link to internap.dl.sourceforge.net, which is at
godspeed, for me.

2. The Estorian Gentoo mirror we're using, is  v e r y s l o w with
some packages, yet fast at others. And it has the "Double Distfiles"
problem. I fixed that by changing the link to
ftp://ftp.osuosl.org/pub/gentoo/distfiles, which is less random at
package speed, and does not have the double distfiles problem.

The patch is attached.

William
Index: general.ent
===================================================================
--- general.ent	(revision 7824)
+++ general.ent	(working copy)
@@ -31,8 +31,8 @@
 <!ENTITY errata               "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/";>
 <!-- <!ENTITY lfs-root             "http://www.&lfs-domainname;/lfs/view/&lfs-version;";> -->
 <!ENTITY lfs-root             "../../../../lfs/view/&lfs-version;">
-<!ENTITY sourceforge-repo     "http://downloads.sourceforge.net";>
-<!ENTITY gentoo-ftp-repo      "ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles";>
+<!ENTITY sourceforge-repo     "http://internap.dl.sourceforge.net";>
+<!ENTITY gentoo-ftp-repo      "ftp://ftp.osuosl.org/pub/gentoo/distfiles";>
 <!ENTITY publisher            "Unknown">
 
 <!-- These entities are used to identify versions of LFS
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to