Skip to content

Commit 61a09f5

Browse files
zeroshaderaulcd
andauthored
chore(dev/release): use release/KEYS instead of dev/KEYS (#683)
fixes #677 --------- Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 2e878e3 commit 61a09f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/release/verify_rc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -x
3434
VERSION="$1"
3535
RC="$2"
3636

37-
ARROW_DIST_BASE_URL="https://dist.apache.org/repos/dist/dev/arrow"
37+
ARROW_KEYS_URL="https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/KEYS"
3838
DOWNLOAD_RC_BASE_URL="https://github.com/apache/arrow-go/releases/download/v${VERSION}-rc${RC}"
3939
ARCHIVE_BASE_NAME="apache-arrow-go-${VERSION}"
4040

@@ -83,7 +83,7 @@ download_rc_file() {
8383

8484
import_gpg_keys() {
8585
if [ "${VERIFY_SIGN}" -gt 0 ]; then
86-
download "${ARROW_DIST_BASE_URL}/KEYS"
86+
download "${ARROW_KEYS_URL}"
8787
gpg --import KEYS
8888
fi
8989
}

0 commit comments

Comments
 (0)