Add an option to specify the upload address
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Mar 2023 10:11:34 +0000 (12:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 May 2023 03:54:35 +0000 (05:54 +0200)
commite37897305690cb325b287854c679373748b9a665
tree0918e3c0ca64705eb1988dd3136b9fb61a616856
parent6bbdee09f51d628ced7eff15b52cff1b1475b67e
Add an option to specify the upload address

Both local directory and several forms of SCP/SFTP addresses are supported.
For the SCP/SFTP form, it is always translated to be usable with SFTP.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/140)
release-tools/release-aux/upload-fn.sh [new file with mode: 0644]
release-tools/release.sh