* build-aux/gnupload (usage): Mention GPG_TTY and gpg-agent.
+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).
#!/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.
#
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.