From: Bruno Haible Date: Sun, 7 Sep 2025 23:20:01 +0000 (+0200) Subject: bootstrap: Improve efficiency of "git clone". X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153f0b7003c23a8138253dc420a4c7a7d682a2fa;p=thirdparty%2Fgnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 88a4016002..2ff90ef8b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-09-07 Bruno Haible + + 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 crypo/sha3: Fix typo from the previous commit. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index dc9fb43834..a15c4f5749 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -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].*//'` diff --git a/top/bootstrap-funclib.sh b/top/bootstrap-funclib.sh index e4f42103b4..0ed5be464e 100644 --- a/top/bootstrap-funclib.sh +++ b/top/bootstrap-funclib.sh @@ -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].*//'`