* [PATCH] gnupload: corrected SFTP connection URL
@ 2023-03-20 7:25 Ar Rakin
2023-03-20 18:38 ` Bruno Haible
0 siblings, 1 reply; 5+ messages in thread
From: Ar Rakin @ 2023-03-20 7:25 UTC (permalink / raw)
To: bug-gnulib
[-- 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 --]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] gnupload: corrected SFTP connection URL
2023-03-20 7:25 [PATCH] gnupload: corrected SFTP connection URL Ar Rakin
@ 2023-03-20 18:38 ` Bruno Haible
2023-03-21 11:44 ` Sergey Poznyakoff
2023-03-23 16:17 ` savannah gnuploads (was [PATCH] gnupload: corrected SFTP connection URL) Sergey Poznyakoff
0 siblings, 2 replies; 5+ messages in thread
From: Bruno Haible @ 2023-03-20 18:38 UTC (permalink / raw)
To: Sergey Poznyakoff; +Cc: bug-gnulib, Ar Rakin
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,:.*,,'`
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnupload: corrected SFTP connection URL
2023-03-20 18:38 ` 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
1 sibling, 1 reply; 5+ messages in thread
From: Sergey Poznyakoff @ 2023-03-21 11:44 UTC (permalink / raw)
To: Bruno Haible; +Cc: bug-gnulib, Ar Rakin
Hi Bruno,
> Can you please review this proposed patch?
Yes, the patch is correct. Please apply it.
> - The documentation of this script says that download.gnu.org.ua is
> supported, but the actual upload happens to puszcza.gnu.org.ua.
To make the long story short, the two names used to point to the same IP
in the past. However, it is no longer the case.
> - The two machines have different IP addresses:
Right.
> - Both appear to be located in the same data center in Falkenstein
> (Germany).
That's true. I relocated the servers to Hetzner.
Best regards,
Sergey
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnupload: corrected SFTP connection URL
2023-03-21 11:44 ` Sergey Poznyakoff
@ 2023-03-21 15:02 ` Bruno Haible
0 siblings, 0 replies; 5+ messages in thread
From: Bruno Haible @ 2023-03-21 15:02 UTC (permalink / raw)
To: Sergey Poznyakoff; +Cc: bug-gnulib, Ar Rakin
Sergey Poznyakoff wrote:
> > Can you please review this proposed patch?
>
> Yes, the patch is correct. Please apply it.
Applied. Thanks to both of you.
Bruno
^ permalink raw reply [flat|nested] 5+ messages in thread
* savannah gnuploads (was [PATCH] gnupload: corrected SFTP connection URL)
2023-03-20 18:38 ` Bruno Haible
2023-03-21 11:44 ` Sergey Poznyakoff
@ 2023-03-23 16:17 ` Sergey Poznyakoff
1 sibling, 0 replies; 5+ messages in thread
From: Sergey Poznyakoff @ 2023-03-23 16:17 UTC (permalink / raw)
To: Bruno Haible; +Cc: bug-gnulib
Hi Bruno,
While at it, I wonder if the following two upload targets in gnupload
are still valid:
savannah.gnu.org:DIRECTORY
savannah.nongnu.org:DIRECTORY
First, both of them cause anonymous ftp uploads whereas neither host
listens on ftp port. Secondly, the savannah.nongnu.org docs [1] say
that the uploads are to be performed via scp to dl.sv.nongnu.org. And,
last but not least, the purpose of savannah.gnu.org:DIRECTORY is
unclear, since distribution of all software hosted on savannah.gnu.org
is covered by ftp.gnu.org:DIRECTORY and alpha.gnu.org:DIRECTORY.
Regards,
Sergey
[1] http://savannah.nongnu.org/maintenance/DownloadArea/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-03-23 16:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-20 7:25 [PATCH] gnupload: corrected SFTP connection URL Ar Rakin
2023-03-20 18:38 ` 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
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).