[lfs] branch trunk updated: Use a better gnu mirror.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <178681073985.2102243.980571153571005341@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 002098b7d Use a better gnu mirror.
002098b7d is described below
commit 002098b7da89d32521388d23e800c3856b5ffb72
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sat Aug 15 11:18:51 2026 -0500
Use a better gnu mirror.
---
lfs-latest-git.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 034a7640b..1b6509b63 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -64,7 +64,8 @@ function find_even_max( $lines, $regex_match, $regex_replace )
function http_get_file( $url )
{
- $url = preg_replace( "/ftpmirror.gnu.org/", "mirrors.ibiblio.org/gnu", $url );
+ //$url = preg_replace( "/ftpmirror.gnu.org/", "mirrors.ibiblio.org/gnu", $url );
+ $url = preg_replace( "/ftpmirror.gnu.org/", "mirrors.dotsrc.org/gnu", $url );
if ( preg_match( "/mpfr/", $url ) )
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page