aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2023-03-08 14:34:34 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2023-03-09 11:00:25 +0100
commitdb5a4ec4c46a5311e7cdda4e7800f323d702bfa6 (patch)
treeb2ea9cfd836bdc104e2c449bb3d3d7247b4772da
parent3d9e7d0745110f9ad47d002877d7400501fd2ad0 (diff)
downloadpw-db5a4ec4c46a5311e7cdda4e7800f323d702bfa6.tar.gz
pw-request-pull: Add note about GPG_TTY=$(tty)
Add note about specifying GPG_TTY envvar to let gpg ask for password properly. Without this pw-request-pull -S doesn't work, at least in some setups. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index b749349..c2e8c22 100644
--- a/README
+++ b/README
@@ -331,6 +331,9 @@ Git signing/pushing/deleting tags for PR:
For BPF trees, it's a 3 step process:
+ NOTE: you might need to add `GPG_TTY=$(tty)` to below `pw-request-pull`
+ invocations to let gpg ask for your password instead of silently failing.
+
1) Create and push the signed tag to the tree:
$ pw-request-pull -t bpf-next -S -c