[lfs] branch trunk updated: Use a better mirror for gnu packages.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <175778390961.23961.6671329837917047600@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 f712c7be3 Use a better mirror for gnu packages.
f712c7be3 is described below
commit f712c7be3464f1dcb2c77c244458ec25db12d907
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sat Sep 13 12:18:24 2025 -0500
Use a better mirror for gnu packages.
---
lfs-latest-git.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 5bcdb1652..eb19d3a1b 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -64,7 +64,7 @@ function find_even_max( $lines, $regex_match, $regex_replace )
function http_get_file( $url )
{
- $url = preg_replace( "/ftp.gnu.org/", "ftpmirror.gnu.org", $url );
+ $url = preg_replace( "/ftp.gnu.org/", "mirrors.ibiblio.org", $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