]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
announce-gen: Improve efficiency of "git clone".
authorBruno Haible <bruno@clisp.org>
Mon, 8 Sep 2025 06:36:06 +0000 (08:36 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 8 Sep 2025 06:36:53 +0000 (08:36 +0200)
* build-aux/announce-gen: Use read-only mirrors of git.savannah.gnu.org.

ChangeLog
build-aux/announce-gen

index 0c132816f4076ca72a0439082b32c905cc51f8a1..829dcfa4aa68278ff9b24eae232089966cb76ecd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-09-08  Bruno Haible  <bruno@clisp.org>
+
+       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  <eggert@cs.ucla.edu>
 
        maint: allow false/true in C macros
index d3b54ebac347223132733b7dbfba1f31701322e9..c90a33e3b2cc36f3b93ec5ac1b0f5d999cc4a207 100755 (executable)
@@ -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: