This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new c999d2e3185b [SPARK-52421][INFRA][FOLLOW-UP] Fix the link for KEYS
c999d2e3185b is described below

commit c999d2e3185b0d86bb3fdf723e6ab93864913f85
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]>
---
 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 602d4db97a66..67d6d9510598 100755
--- a/dev/create-release/release-build.sh
+++ b/dev/create-release/release-build.sh
@@ -665,7 +665,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]

Reply via email to