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
+2023-03-21 Ar Rakin <rakinar2@onesoftnet.eu.org> (tiny change)
+
+ 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
+
2023-03-20 Bruno Haible <bruno@clisp.org>
memrchr tests: Avoid GCC warning.
scriptversion=2022-01-27.18; # UTC
-# Copyright (C) 2004-2022 Free Software Foundation, Inc.
+# Copyright (C) 2004-2023 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
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,:.*,,'`