]> Savannah Git Hosting - gnulib.git/commitdiff
gnupload: mention GPG_TTY
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Dec 2024 08:04:57 +0000 (00:04 -0800)
committerBruno Haible <bruno@clisp.org>
Mon, 9 Dec 2024 08:56:31 +0000 (09:56 +0100)
* build-aux/gnupload (usage): Mention GPG_TTY and gpg-agent.

ChangeLog
build-aux/gnupload

index e740515f0696478bf209690f5e0e62644188311a..52a781f58edd2f4721d527e80cb276345a675d03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       gnupload: mention GPG_TTY
+       * build-aux/gnupload (usage): Mention GPG_TTY and gpg-agent.
+
 2024-12-09  Bruno Haible  <bruno@clisp.org>
 
        quotearg tests: Fix test failure (regression yesterday).
index e87303657ba8641e162eb79c1939266df1bac415..4511e7d337cc732da8174660e390837582c1c007 100755 (executable)
@@ -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.
+
 <https://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html>
 gives some further background.