From: Bruno Haible Date: Mon, 8 Sep 2025 06:36:06 +0000 (+0200) Subject: announce-gen: Improve efficiency of "git clone". X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8105a10ec0e8a12d7211e07b8429658e9dc7b447;p=thirdparty%2Fgnulib.git announce-gen: Improve efficiency of "git clone". * build-aux/announce-gen: Use read-only mirrors of git.savannah.gnu.org. --- diff --git a/ChangeLog b/ChangeLog index 0c132816f4..829dcfa4aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-09-08 Bruno Haible + + announce-gen: Improve efficiency of "git clone". + * build-aux/announce-gen: Use read-only mirrors of git.savannah.gnu.org. + 2025-09-07 Paul Eggert maint: allow false/true in C macros diff --git a/build-aux/announce-gen b/build-aux/announce-gen index d3b54ebac3..c90a33e3b2 100755 --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -693,13 +693,13 @@ EOF This release is based on the $package_name git repository, available as - git clone https://git.savannah.gnu.org/git/$package_name.git + git clone https://https.git.savannah.gnu.org/git/$package_name.git with commit $this_commit_hash tagged as v$v1. For a summary of changes and contributors, see: - https://git.sv.gnu.org/gitweb/?p=$package_name.git;a=shortlog;h=v$v1 + https://gitweb.git.savannah.gnu.org/gitweb/?p=$package_name.git;a=shortlog;h=v$v1 or run this command from a git-cloned $package_name directory: