bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Ar Rakin <rakinar2@gmail.com>
To: bug-gnulib@gnu.org
Subject: [PATCH] gnupload: corrected SFTP connection URL
Date: Mon, 20 Mar 2023 13:25:11 +0600	[thread overview]
Message-ID: <CAMkWzf-6cqfpsJbXUNngfwepJ5yc6qKYtSqk8A455+9ZS92=Gw@mail.gmail.com> (raw)

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

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,:.*,,'`
-- 
2.38.0

[-- Attachment #2: Type: text/html, Size: 1148 bytes --]

             reply	other threads:[~2023-03-20 13:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20  7:25 Ar Rakin [this message]
2023-03-20 18:38 ` [PATCH] gnupload: corrected SFTP connection URL Bruno Haible
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='CAMkWzf-6cqfpsJbXUNngfwepJ5yc6qKYtSqk8A455+9ZS92=Gw@mail.gmail.com' \
    --to=rakinar2@gmail.com \
    --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).