bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Jim Meyering <jim@meyering.net>
To: bug-gnulib@gnu.org
Subject: [PATCH] gnu-web-doc-update: don't use host alias, cvs.sv.gnu.org
Date: Wed, 22 Mar 2023 20:03:22 -0700	[thread overview]
Message-ID: <m2355wyxs5.fsf@meyering.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

The usual post-release command to update grep-3.10's web docs
failed for me.  This fixed it.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnulib-gnu-web-doc-update-vs-cvs.sv.gnu.org.diff --]
[-- Type: text/x-patch, Size: 1903 bytes --]

From 78f594f7ac9315c655f663976da1d42a4ccb9b21 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@fb.com>
Date: Wed, 22 Mar 2023 19:51:12 -0700
Subject: [PATCH] gnu-web-doc-update: don't use host alias, cvs.sv.gnu.org

* build-aux/gnu-web-doc-update: Use hostname cvs.savannah.gnu.org,
not cvs.sv.gnu.org. Using the shorter alias would elicit this:
  $ pkg=grep ; cvs -d $USER@cvs.sv.gnu.org:/webcvs/$pkg co $pkg
  Bad server host key: Invalid key length
---
 ChangeLog                    | 8 ++++++++
 build-aux/gnu-web-doc-update | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a3b9b88795..ac12201885 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-03-22  Jim Meyering  <meyering@fb.com>
+
+	gnu-web-doc-update: don't use host alias, cvs.sv.gnu.org
+	* build-aux/gnu-web-doc-update: Use hostname cvs.savannah.gnu.org,
+	not cvs.sv.gnu.org. Using the shorter alias would elicit this:
+	  $ pkg=grep ; cvs -d $USER@cvs.sv.gnu.org:/webcvs/$pkg co $pkg
+	  Bad server host key: Invalid key length
+
 2023-03-22  Bruno Haible  <bruno@clisp.org>

 	*printf-posix: Fix implementation of %b directive.
diff --git a/build-aux/gnu-web-doc-update b/build-aux/gnu-web-doc-update
index 2c6e451eb5..a804031a43 100755
--- a/build-aux/gnu-web-doc-update
+++ b/build-aux/gnu-web-doc-update
@@ -2,7 +2,7 @@
 # Run this after each non-alpha release, to update the web documentation at
 # https://www.gnu.org/software/$pkg/manual/

-VERSION=2023-03-22.05; # UTC
+VERSION=2023-03-23.02; # UTC

 # Copyright (C) 2009-2023 Free Software Foundation, Inc.

@@ -175,7 +175,7 @@ set +e

 tmp=$(mktemp -d web-doc-update.XXXXXX) || exit 1
 ( cd $tmp \
-    && $CVS -d $cvs_user@cvs.sv.gnu.org:/webcvs/$pkg co $pkg )
+    && $CVS -d $cvs_user@cvs.savannah.gnu.org:/webcvs/$pkg co $pkg )
 $RSYNC -avP "$builddir"/doc/manual/ $tmp/$pkg/manual

 (
-- 
2.40.0.rc2


                 reply	other threads:[~2023-03-23  3:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2355wyxs5.fsf@meyering.net \
    --to=jim@meyering.net \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).