]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update release steps
authorZoltan Fridrich <zfridric@redhat.com>
Fri, 10 Feb 2023 10:32:43 +0000 (11:32 +0100)
committerZoltan Fridrich <zfridric@redhat.com>
Wed, 22 Feb 2023 15:15:33 +0000 (16:15 +0100)
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
README.md
devel/release-steps.md

index 588f7984d2ee944d3ee06820c1ad4c0ce1b6ebef..e53548d052cba2e32244fbc797a8f1038e86ac6e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,8 +2,9 @@
 
 |Branch|CI system|Status|Test suite coverage|Fuzzer coverage|
 |:----:|:-------:|-----:|:------:|:-------------:|
-|Master/3.7.x|Gitlab|[![build status](https://gitlab.com/gnutls/gnutls/badges/master/pipeline.svg)](https://gitlab.com/gnutls/gnutls/commits/master)|[![coverage report](https://gitlab.com/gnutls/gnutls/badges/master/coverage.svg)](https://gnutls.gitlab.io/coverage/master)|[![Fuzzer coverage report](https://gnutls.gitlab.io/coverage/master-fuzz/badge.svg)](https://gnutls.gitlab.io/coverage/master-fuzz)|
-|Master/3.7.x|Github Actions|[![build status](https://github.com/gnutls/gnutls/workflows/MacOS%20CI/badge.svg)](https://github.com/gnutls/gnutls/actions)|N/A|N/A|
+|Master/3.8.x|Gitlab|[![build status](https://gitlab.com/gnutls/gnutls/badges/master/pipeline.svg)](https://gitlab.com/gnutls/gnutls/commits/master)|[![coverage report](https://gitlab.com/gnutls/gnutls/badges/master/coverage.svg)](https://gnutls.gitlab.io/coverage/master)|[![Fuzzer coverage report](https://gnutls.gitlab.io/coverage/master-fuzz/badge.svg)](https://gnutls.gitlab.io/coverage/master-fuzz)|
+|Master/3.8.x|Github Actions|[![build status](https://github.com/gnutls/gnutls/workflows/MacOS%20CI/badge.svg)](https://github.com/gnutls/gnutls/actions)|N/A|N/A|
+|3.7.x|Gitlab|[![build status](https://gitlab.com/gnutls/gnutls/badges/gnutls_3_7_x/pipeline.svg)](https://gitlab.com/gnutls/gnutls/commits/gnutls_3_7_x)|N/A|N/A|
 |3.6.x|Gitlab|[![build status](https://gitlab.com/gnutls/gnutls/badges/gnutls_3_6_x/pipeline.svg)](https://gitlab.com/gnutls/gnutls/commits/gnutls_3_6_x)|N/A|N/A|
 
 
index a04ac8ea0c1f9fcb79226e891b3fc8f2664a13a6..a17b5e29188372ccb6ed942f02d9e23760e9e573 100644 (file)
@@ -32,7 +32,7 @@
    ```
 1. Upload the tarball and the signature to ftp.gnupg.org:
    ```console
-   scp gnutls-$VERSION.tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v$(expr $VERSION : '\([0-9]*\.[0-9]*\)')/
+   scp -oHostKeyAlgorithms=+ssh-rsa gnutls-$VERSION.tar.xz* ftp.gnupg.org:/home/ftp/gcrypt/gnutls/v$(expr $VERSION : '\([0-9]*\.[0-9]*\)')/
    ```
 1. Download `mingw32/archive` artifact for new release from [CI/CD jobs].
    Rename downloaded zip file to `gnutls-$VERSION-w32.zip`.