We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e878e3 commit 61a09f5Copy full SHA for 61a09f5
dev/release/verify_rc.sh
@@ -34,7 +34,7 @@ set -x
34
VERSION="$1"
35
RC="$2"
36
37
-ARROW_DIST_BASE_URL="https://dist.apache.org/repos/dist/dev/arrow"
+ARROW_KEYS_URL="https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/KEYS"
38
DOWNLOAD_RC_BASE_URL="https://github.com/apache/arrow-go/releases/download/v${VERSION}-rc${RC}"
39
ARCHIVE_BASE_NAME="apache-arrow-go-${VERSION}"
40
@@ -83,7 +83,7 @@ download_rc_file() {
83
84
import_gpg_keys() {
85
if [ "${VERIFY_SIGN}" -gt 0 ]; then
86
- download "${ARROW_DIST_BASE_URL}/KEYS"
+ download "${ARROW_KEYS_URL}"
87
gpg --import KEYS
88
fi
89
}
0 commit comments