From: Paul Eggert Date: Mon, 9 Dec 2024 08:04:57 +0000 (-0800) Subject: gnupload: mention GPG_TTY X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=568e3cb1b28b190334d9629450f2443627018eb3;p=gnulib.git gnupload: mention GPG_TTY * build-aux/gnupload (usage): Mention GPG_TTY and gpg-agent. --- 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.