bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: Sergey Poznyakoff <gray@gnu.org.ua>
Cc: bug-gnulib@gnu.org, Ar Rakin <rakinar2@gmail.com>
Subject: Re: [PATCH] gnupload: corrected SFTP connection URL
Date: Mon, 20 Mar 2023 19:38:14 +0100	[thread overview]
Message-ID: <4437727.xgJ6IN8ObU@nimes> (raw)
In-Reply-To: <CAMkWzf-6cqfpsJbXUNngfwepJ5yc6qKYtSqk8A455+9ZS92=Gw@mail.gmail.com>

Hi Sergey,

Can you please review this proposed patch?

What I can see:
  - The documentation of this script says that download.gnu.org.ua is
    supported, but the actual upload happens to puszcza.gnu.org.ua.
  - The two machines have different IP addresses:
    $ ping puszcza.gnu.org.ua
    PING puszcza.gnu.org.ua (144.76.102.245) 56(84) bytes of data.
    $ ping download.gnu.org.ua
    PING download.gnu.org.ua (144.76.102.242) 56(84) bytes of data.
  - Both appear to be located in the same data center in Falkenstein
    (Germany).

Bruno

 -------------------------------------------------------------------------

Ar Rakin wrote:
> From 6220748c8a29202beff65085ec6af239fd2da47c Mon Sep 17 00:00:00 2001
> From: Ar Rakin <rakinar2@onesoftnet.eu.org>
> Date: Mon, 20 Mar 2023 07:21:27 +0000
> Subject: [PATCH] gnupload: corrected SFTP connection URL
> 
> * build-aux/gnupload: fixed puszcza SFTP connection URL:
> puszcza.gnu.org.ua -> download.gnu.org.ua
> ---
>  build-aux/gnupload | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/build-aux/gnupload b/build-aux/gnupload
> index 215a938889..3e8f102e84 100755
> --- a/build-aux/gnupload
> +++ b/build-aux/gnupload
> @@ -398,7 +398,7 @@ upload ()
>        for f in $files $base.directive.asc
>        do
>          echo put $f
> -      done | $dbg sftp -b - puszcza.gnu.org.ua:/incoming/$destdir_topdir
> +      done | $dbg sftp -b - download.gnu.org.ua:/incoming/$destdir_topdir
>        ;;
>      /*)
>        dest_host=`echo "$dest" | sed 's,:.*,,'`
> 






  reply	other threads:[~2023-03-20 18:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20  7:25 [PATCH] gnupload: corrected SFTP connection URL Ar Rakin
2023-03-20 18:38 ` Bruno Haible [this message]
2023-03-21 11:44   ` Sergey Poznyakoff
2023-03-21 15:02     ` Bruno Haible
2023-03-23 16:17   ` savannah gnuploads (was [PATCH] gnupload: corrected SFTP connection URL) Sergey Poznyakoff

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=4437727.xgJ6IN8ObU@nimes \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    --cc=gray@gnu.org.ua \
    --cc=rakinar2@gmail.com \
    /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).