This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new ac205b42d091 [SPARK-52421][INFRA][FOLLOW-UP] Fix the link for KEYS
ac205b42d091 is described below
commit ac205b42d091d70dcaaa3dd096833fdf5161c938
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue Jun 10 21:29:43 2025 -0700
[SPARK-52421][INFRA][FOLLOW-UP] Fix the link for KEYS
### What changes were proposed in this pull request?
This PR addresses a comment in
https://github.com/apache/spark/pull/51122#discussion_r2136779914
### 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]>
(cherry picked from commit c999d2e3185b0d86bb3fdf723e6ab93864913f85)
Signed-off-by: Hyukjin Kwon <[email protected]>
---
dev/create-release/release-build.sh | 2 +-
dev/create-release/vote.tmpl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/create-release/release-build.sh
b/dev/create-release/release-build.sh
index 898397b7ac7a..5fc34df61903 100755
--- a/dev/create-release/release-build.sh
+++ b/dev/create-release/release-build.sh
@@ -601,7 +601,7 @@ EOF
echo "https://dist.apache.org/repos/dist/dev/spark/${GIT_REF}-bin/"
echo
echo "Signatures used for Spark RCs can be found in this file:"
- echo "https://dist.apache.org/repos/dist/dev/spark/KEYS"
+ echo "https://downloads.apache.org/spark/KEYS"
echo
echo "The staging repository for this release can be found at:"
echo
"https://repository.apache.org/content/repositories/${staged_repo_id}/"
diff --git a/dev/create-release/vote.tmpl b/dev/create-release/vote.tmpl
index b5e53345f27b..2dc56e3386b2 100644
--- a/dev/create-release/vote.tmpl
+++ b/dev/create-release/vote.tmpl
@@ -15,7 +15,7 @@ The release files, including signatures, digests, etc. can be
found at:
https://dist.apache.org/repos/dist/dev/spark/{tag}-bin/
Signatures used for Spark RCs can be found in this file:
-https://dist.apache.org/repos/dist/dev/spark/KEYS
+https://downloads.apache.org/spark/KEYS
The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapachespark-{repo_id}/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]