You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2021/08/22 08:29:38 UTC

[incubator-kyuubi] branch branch-1.3 updated: [KYUUBI #971] [LICENSE] Add DISCLAIMER to binary release

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

chengpan pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 2b49a62  [KYUUBI #971] [LICENSE] Add DISCLAIMER to binary release
2b49a62 is described below

commit 2b49a6238f6bb86245d68e4cf47a2d0c581eaa27
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun Aug 22 16:29:19 2021 +0800

    [KYUUBI #971] [LICENSE] Add DISCLAIMER to binary release
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #971 from pan3793/disclaimer.
    
    Closes #971
    
    c0fe3821 [Cheng Pan] [LICENSE] Add DISCLAIMER to binary release
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit 2f82f33e9ddb8950137d45a701196fbf8f0ad7ac)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 build/dist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build/dist b/build/dist
index 4326580..aed4dbe 100755
--- a/build/dist
+++ b/build/dist
@@ -216,6 +216,7 @@ if [[ "$SPARK_PROVIDED" != "true" ]]; then
 fi
 
 # Copy license files
+cp "$KYUUBI_HOME/DISCLAIMER" "$DISTDIR/DISCLAIMER"
 cp "$KYUUBI_HOME/LICENSE-binary" "$DISTDIR/LICENSE"
 cp -r "$KYUUBI_HOME/licenses-binary" "$DISTDIR/licenses"
 $KYUUBI_HOME/build/release/collect-licenses.sh "$DISTDIR" "$DISTDIR"