Revision: 815
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=815
Author: ineiev
Date: 2025-02-09 13:17:07 -0500 (Sun, 09 Feb 2025)
Log Message:
-----------
move the note on -O closer to command line example, Savannah sr #111182.
Ticket Links:
------------
http://savannah.gnu.org/support/?111182
Modified Paths:
--------------
trunk/sviki/DownloadArea.mdwn
Modified: trunk/sviki/DownloadArea.mdwn
===================================================================
--- trunk/sviki/DownloadArea.mdwn 2025-02-01 03:29:05 UTC (rev 814)
+++ trunk/sviki/DownloadArea.mdwn 2025-02-09 18:17:07 UTC (rev 815)
@@ -1,10 +1,5 @@
# Uploading a signed release
-> Starting with OpenSSH 9.0, scp uses the SFTP protocol by default.
-> As of 2024-01-13, SFTP is disabled on Savannah. Please add the -O
-> option to scp command line if you use OpenSSH 9.0 or later.
-> Alternatively, you can [[use rsync|DownloadArea#rsync]].
-
If your package is part of GNU and you want to upload at ftp.gnu.org or
alpha.gnu.org, you currently need to follow the [maintainers'
guide](//www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html).
@@ -49,14 +44,20 @@
chmod a+r ./*
# Upload the files
- scp release.tar.gz release.tar.gz.sig
[email protected]:/releases/GROUP_NAME/
+ scp foo.tar.gz foo.tar.gz.sig
[email protected]:/releases/GROUP_NAME/
+> Starting with OpenSSH 9.0, scp uses the SFTP protocol by default.
+> As of 2025-01, SFTP is disabled on Savannah. Please add the -O
+> option to scp command line if you use OpenSSH 9.0 or later.
+> Alternatively, you can [[use rsync|DownloadArea#rsync]].
+
Note that unlike ftp.gnu.org, Savannah doesn't enforce using GPG signatures
for releases, and doesn't verify them when they are used.
If you upload subdirectories, be sure to chmod a+rx them.
-For removing wrongly uploaded files and directories, use ssh rm and ssh rmdir.
+For removing wrongly uploaded files and directories, use `ssh rm` and
+`ssh rmdir`.
SSH key fingerprints for dl.sv.nongnu.org:
@@ -69,10 +70,6 @@
256 SHA256:2wHx6DGCR/h1Ch2m3wGGpDMWLbefE8m1SesHCTM26eY (ED25519)
256 MD5:92:97:1c:f3:c7:1a:3d:c8:53:67:94:51:21:9f:a8:12 (ED25519)
-For example using scp and a bash command line:
-
- scp foo-1.11.22.tar.gz{,.sig} [email protected]:/releases/foogroup/
-
<a id="rsync"></a>For example using rsync (do not use -a):
rsync -tv foo-1.11.22.tar.gz{,.sig}
[email protected]:/releases/foogroup/