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