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

feiwang pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/branch-0.6 by this push:
     new 2109da3e7 [CELEBORN-2010][FOLLOWUP] Fix svn staging dir
2109da3e7 is described below

commit 2109da3e7f7b31a6371aab90c45bc5c8c321686f
Author: Fei Wang <fwan...@ebay.com>
AuthorDate: Sun May 25 00:29:23 2025 -0700

    [CELEBORN-2010][FOLLOWUP] Fix svn staging dir
    
    ### What changes were proposed in this pull request?
    
    Use `tmp` subfolder for svc staging dir.
    
    ### Why are the changes needed?
    Refer:
    
https://github.com/apache/celeborn/blob/81c3d91f75e0ffcf3e347748adf4017a9e560d62/build/release/release.sh#L67
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Local.
    
    Closes #3278 from turboFei/release_guide_follow.
    
    Authored-by: Fei Wang <fwan...@ebay.com>
    Signed-off-by: Wang, Fei <fwan...@ebay.com>
    (cherry picked from commit 637c42338eab27adc21b8a266deac46bfe9d167d)
    Signed-off-by: Wang, Fei <fwan...@ebay.com>
---
 docs/developers/release.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/developers/release.md b/docs/developers/release.md
index 0253fa1d2..e14fe8017 100644
--- a/docs/developers/release.md
+++ b/docs/developers/release.md
@@ -138,11 +138,11 @@ The last step is to update the KEYS file with your code 
signing key
 https://www.apache.org/dev/openpgp.html#export-public-key
 
 ```shell
-svn checkout --depth=files 
"https://dist.apache.org/repos/dist/release/celeborn"; work/svn-celeborn
+svn checkout --depth=files 
"https://dist.apache.org/repos/dist/release/celeborn"; tmp/svn-celeborn
 
-(gpg --list-sigs "${ASF_USERNAME}@apache.org" && gpg --export --armor 
"${ASF_USERNAME}@apache.org") >> work/svn-celeborn/KEYS
+(gpg --list-sigs "${ASF_USERNAME}@apache.org" && gpg --export --armor 
"${ASF_USERNAME}@apache.org") >> tmp/svn-celeborn/KEYS
 
-svn commit --username "${ASF_USERNAME}" --password "${ASF_PASSWORD}" --message 
"Update KEYS" work/svn-celeborn
+svn commit --username "${ASF_USERNAME}" --password "${ASF_PASSWORD}" --message 
"Update KEYS" tmp/svn-celeborn
 ```
 
 In order to make yourself have the right permission to stage java artifacts in 
Apache Nexus staging repository, please submit your GPG public key to ubuntu 
server via
@@ -295,7 +295,7 @@ Enjoy an adult beverage of your choice, and congratulations 
on making a Celeborn
 Remove the deprecated dist repo directories at last.
 
 ```shell
-cd work/svn-dev
+cd tmp/svn-dev
 svn delete https://dist.apache.org/repos/dist/dev/celeborn/{RELEASE_TAG} \
   --username "${ASF_USERNAME}" \
   --password "${ASF_PASSWORD}" \

Reply via email to