Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19359#discussion_r141742070
--- Diff: dev/create-release/release-build.sh ---
@@ -74,7 +74,7 @@ GIT_REF=${GIT_REF:-master}
# Destination directory parent on remote server
REMOTE_PARENT_DIR=${REMOTE_PARENT_DIR:-/home/$ASF_USERNAME/public_html}
-GPG="gpg --no-tty --batch"
+GPG="gpg -u $GPG_KEY --no-tty --batch"
--- End diff --
It is required the run the script. This parameter was already required to
be set (see L60) but was ignored so I'm assuming this was just a bug that
happened to work for users with their Apache key as default and it was intended
to be used this way previously.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]