From 910585292380b4c1f7f2598afca0bdc57e37d2d8 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 19 Feb 2024 11:09:01 -0300 Subject: [PATCH 1/3] doc: add mention to GPG_TTY --- doc/contributing/releases.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 1f8eb24fcbb985..c1ff1c3f09641c 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -883,6 +883,13 @@ same GPG key!** Use `tools/release.sh` to promote and sign the build. Before doing this, you'll need to ensure you've loaded the correct ssh key, or you'll see the following: +If you are using the combination of `zsh`, macOS and your GPG key is protected +by a password, you might need to run: + +```console +$ export GPG_TTY=$(tty) +``` + ```console # Checking for releases ... Enter passphrase for key '/Users//.ssh/id_rsa': From 2d4561b38bf338ba7aa6ef2183120b51d6cf4e60 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Mon, 19 Feb 2024 16:09:30 -0300 Subject: [PATCH 2/3] fixup! doc: add mention to GPG_TTY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ulises Gascón --- doc/contributing/releases.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index c1ff1c3f09641c..4ac04f58966249 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -883,8 +883,7 @@ same GPG key!** Use `tools/release.sh` to promote and sign the build. Before doing this, you'll need to ensure you've loaded the correct ssh key, or you'll see the following: -If you are using the combination of `zsh`, macOS and your GPG key is protected -by a password, you might need to run: +If you your GPG key is protected by a password, you might need to run: ```console $ export GPG_TTY=$(tty) From 73486e620fb2b20dc5177416db80cab77916a274 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Mon, 19 Feb 2024 16:34:07 -0300 Subject: [PATCH 3/3] fixup! fixup! doc: add mention to GPG_TTY --- doc/contributing/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 4ac04f58966249..db0d4552e41ea4 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -883,7 +883,7 @@ same GPG key!** Use `tools/release.sh` to promote and sign the build. Before doing this, you'll need to ensure you've loaded the correct ssh key, or you'll see the following: -If you your GPG key is protected by a password, you might need to run: +If your GPG key is protected by a password, you might need to run: ```console $ export GPG_TTY=$(tty)