From: Ar Rakin Date: Mon, 20 Mar 2023 07:21:27 +0000 (+0000) Subject: gnupload: correct SFTP connection URL X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a4fbf14d7f8dab619c6bd4d44acfb8c75e320b50;p=gnulib.git gnupload: correct SFTP connection URL Approved by Sergey Poznyakoff in . * build-aux/gnupload: fix gnu.org.ua SFTP connection URL: puszcza.gnu.org.ua -> download.gnu.org.ua --- diff --git a/ChangeLog b/ChangeLog index 55c449e6f5..0269b3c9ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023-03-21 Ar Rakin (tiny change) + + gnupload: correct SFTP connection URL + Approved by Sergey Poznyakoff in + . + * build-aux/gnupload: fix gnu.org.ua SFTP connection URL: + puszcza.gnu.org.ua -> download.gnu.org.ua + 2023-03-20 Bruno Haible memrchr tests: Avoid GCC warning. diff --git a/build-aux/gnupload b/build-aux/gnupload index b97e566f9d..3e8f102e84 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -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,:.*,,'`