]> Savannah Git Hosting - gnulib.git/commitdiff
gnupload: correct SFTP connection URL
authorAr Rakin <rakinar2@onesoftnet.eu.org>
Mon, 20 Mar 2023 07:21:27 +0000 (07:21 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 22 Mar 2023 21:54:15 +0000 (22:54 +0100)
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

ChangeLog
build-aux/gnupload

index 55c449e6f5cabfd73ae62ceec72d2fd54aa4b785..0269b3c9fff3f305b12b3960388968e352a1d0e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index b97e566f9dc0e3900dcba11eb81222e89851da5f..3e8f102e84a4fcd11c4372ecdbf23a336016bc22 100755 (executable)
@@ -3,7 +3,7 @@
 
 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
@@ -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,:.*,,'`