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

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 39153c8c2 [MINOR] Updated sbt.md documentation to be consistent with 
description
39153c8c2 is described below

commit 39153c8c2d7e3ca448e42ef55c41b7aa006dbe0e
Author: jiaoqingbo <[email protected]>
AuthorDate: Wed Nov 8 21:07:43 2023 +0800

    [MINOR] Updated sbt.md documentation to be consistent with description
    
    ### What changes were proposed in this pull request?
    
    add --release parameter to create a Celeborn distribution like those 
distributed by the Celeborn Downloads page
    
    ### Why are the changes needed?
    
    Without --release parameter, the created Celeborn distribution is different 
from the Celeborn Downloads page and lacks client-related packages.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    PASS GA
    
    Closes #2080 from jiaoqingbo/minor-sbt.
    
    Authored-by: jiaoqingbo <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 docs/developers/sbt.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/developers/sbt.md b/docs/developers/sbt.md
index 35b324d3c..478aa8809 100644
--- a/docs/developers/sbt.md
+++ b/docs/developers/sbt.md
@@ -53,7 +53,7 @@ As an example, one can build a version of Celeborn as follows:
 To create a Celeborn distribution like those distributed by the [Celeborn 
Downloads](https://celeborn.apache.org/download/) page, and that is laid out so 
as to be runnable, use `./build/make-distribution.sh` in the project root 
directory.
 
 ```
-./build/make-distribution.sh --sbt-enabled
+./build/make-distribution.sh --sbt-enabled --release
 ```
 
 ### Maven-Style Profile Management

Reply via email to