summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorAr Rakin <rakinar2@onesoftnet.eu.org>2023-03-20 07:21:27 +0000
committerBruno Haible <bruno@clisp.org>2023-03-21 15:58:03 +0100
commit2ccec72dcddf09e855fc300f748b0cdf91269ae4 (patch)
treec5898db9bdc370bb41d894ff803ef9c4023c7388 /build-aux
parentdd723a3ed53cc3b969c6abdf7b0fb6ea8339079a (diff)
downloadgnulib-2ccec72dcddf09e855fc300f748b0cdf91269ae4.tar.gz
gnupload: correct SFTP connection URL
Approved by Sergey Poznyakoff in <https://lists.gnu.org/archive/html/bug-gnulib/2023-03/msg00078.html>. * build-aux/gnupload: fix gnu.org.ua SFTP connection URL: puszcza.gnu.org.ua -> download.gnu.org.ua
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/gnupload2
1 files changed, 1 insertions, 1 deletions
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,:.*,,'`