From 568e3cb1b28b190334d9629450f2443627018eb3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 9 Dec 2024 00:04:57 -0800 Subject: [PATCH] gnupload: mention GPG_TTY * build-aux/gnupload (usage): Mention GPG_TTY and gpg-agent. --- ChangeLog | 5 +++++ build-aux/gnupload | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e740515f06..52a781f58e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-12-09 Paul Eggert + + gnupload: mention GPG_TTY + * build-aux/gnupload (usage): Mention GPG_TTY and gpg-agent. + 2024-12-09 Bruno Haible quotearg tests: Fix test failure (regression yesterday). diff --git a/build-aux/gnupload b/build-aux/gnupload index e87303657b..4511e7d337 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -1,7 +1,7 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2024-07-04.10; # UTC +scriptversion=2024-12-09.08; # UTC # Copyright (C) 2004-2024 Free Software Foundation, Inc. # @@ -101,6 +101,9 @@ in the current working directory, its contents are prepended to the actual command line options. Use this to keep your defaults. Comments (#) and empty lines in $conffile are allowed. +You may need to set GPG_TTY=\$(tty) in your environment. See the +gpg-agent man page. + gives some further background. -- 2.39.5