]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
bootstrap: Improve efficiency of "git clone".
authorBruno Haible <bruno@clisp.org>
Sun, 7 Sep 2025 23:20:01 +0000 (01:20 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Sep 2025 23:20:01 +0000 (01:20 +0200)
* top/bootstrap-funclib.sh (default_gnulib_url): Use read-only mirror of
git.savannah.gnu.org.
* build-aux/bootstrap: Regenerated.

ChangeLog
build-aux/bootstrap
top/bootstrap-funclib.sh

index 88a4016002ea33849e6d34e0c61d8728bedbfded..2ff90ef8b74c2cf98658c70b21a8b660a6ff97b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-09-07  Bruno Haible  <bruno@clisp.org>
+
+       bootstrap: Improve efficiency of "git clone".
+       * top/bootstrap-funclib.sh (default_gnulib_url): Use read-only mirror of
+       git.savannah.gnu.org.
+       * build-aux/bootstrap: Regenerated.
+
 2025-09-06  Collin Funk  <collin.funk1@gmail.com>
 
        crypo/sha3: Fix typo from the previous commit.
index dc9fb43834e083cd4a11ac0878ada35bb4f1375e..a15c4f5749927136a2d7897613f38bdc8180fe0f 100755 (executable)
@@ -37,7 +37,7 @@ medir=`dirname "$me"`
 
 # A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
 
-scriptlibversion=2025-06-10.02; # UTC
+scriptlibversion=2025-09-07.23; # UTC
 
 # Copyright (C) 2003-2025 Free Software Foundation, Inc.
 #
@@ -72,7 +72,7 @@ export LC_ALL
 # Honor $PERL, but work even if there is none.
 PERL="${PERL-perl}"
 
-default_gnulib_url=https://git.savannah.gnu.org/git/gnulib.git
+default_gnulib_url=https://https.git.savannah.gnu.org/git/gnulib.git
 
 # Copyright year, for the --version output.
 copyright_year=`echo "$scriptlibversion" | sed -e 's/[^0-9].*//'`
index e4f42103b44d44e0ef1a2a61d07c86dd00262585..0ed5be464e3738326d7192011d9993f79c00665e 100644 (file)
@@ -1,6 +1,6 @@
 # A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
 
-scriptlibversion=2025-06-10.02; # UTC
+scriptlibversion=2025-09-07.23; # UTC
 
 # Copyright (C) 2003-2025 Free Software Foundation, Inc.
 #
@@ -35,7 +35,7 @@ export LC_ALL
 # Honor $PERL, but work even if there is none.
 PERL="${PERL-perl}"
 
-default_gnulib_url=https://git.savannah.gnu.org/git/gnulib.git
+default_gnulib_url=https://https.git.savannah.gnu.org/git/gnulib.git
 
 # Copyright year, for the --version output.
 copyright_year=`echo "$scriptlibversion" | sed -e 's/[^0-9].*//'`