kou commented on a change in pull request #11617:
URL: https://github.com/apache/arrow/pull/11617#discussion_r744051080
##########
File path: dev/release/utils-binary.sh
##########
@@ -41,6 +41,7 @@ docker_gpg_ssh() {
-i "${docker_ssh_key}" \
-p ${ssh_port} \
-R "/home/arrow/.gnupg/S.gpg-agent:${gpg_agent_extra_socket}" \
+ -t \
Review comment:
This is for suppressing warnings from `gpg`:
```text
warning: Could not set GPG_TTY to stdin: Inappropriate ioctl for device
```
If we add `-t` here, `ssh` allocates a tty. It suppresses the warnings.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]