Skip to content

Commit c999d2e

Browse files
committed
[SPARK-52421][INFRA][FOLLOW-UP] Fix the link for KEYS
### What changes were proposed in this pull request? This PR addresses a comment in #51122 (comment) ### Why are the changes needed? To use the recommended link ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? N/A ### Was this patch authored or co-authored using generative AI tooling? No. Closes #51147 from HyukjinKwon/SPARK-52421-followup. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent cadf738 commit c999d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/create-release/release-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ EOF
665665
echo "https://dist.apache.org/repos/dist/dev/spark/${GIT_REF}-bin/"
666666
echo
667667
echo "Signatures used for Spark RCs can be found in this file:"
668-
echo "https://dist.apache.org/repos/dist/dev/spark/KEYS"
668+
echo "https://downloads.apache.org/spark/KEYS"
669669
echo
670670
echo "The staging repository for this release can be found at:"
671671
echo "https://repository.apache.org/content/repositories/${staged_repo_id}/"

dev/create-release/vote.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The release files, including signatures, digests, etc. can be found at:
1515
https://dist.apache.org/repos/dist/dev/spark/{tag}-bin/
1616

1717
Signatures used for Spark RCs can be found in this file:
18-
https://dist.apache.org/repos/dist/dev/spark/KEYS
18+
https://downloads.apache.org/spark/KEYS
1919

2020
The staging repository for this release can be found at:
2121
https://repository.apache.org/content/repositories/orgapachespark-{repo_id}/

0 commit comments

Comments
 (0)