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 2023/01/04 11:49:46 UTC

[kyuubi] branch master updated: [KYUUBI #4086] Remove reference to removed DISCLAIMER file in build/dist script and doc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 090e5bf4f [KYUUBI #4086] Remove reference to removed DISCLAIMER file in build/dist script and doc
090e5bf4f is described below

commit 090e5bf4f24c833e3b8bfd27a4ba83af8a190b38
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Wed Jan 4 19:49:36 2023 +0800

    [KYUUBI #4086] Remove reference to removed DISCLAIMER file in build/dist script and doc
    
    ### _Why are the changes needed?_
    
    - DISCLAIMER file on top-level folder of project was already removed after graduation in (https://github.com/apache/kyuubi/issues/4020)
    - fix build/dist for `cp` non-existed DISCLAIMER file
    - remove DISCLAIMER file reference in dev/dist script, doc
    
    ### _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
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4086 from bowenliang123/desclaimer-ref.
    
    Closes #4086
    
    18be7489 [liangbowen] remove DISCLAIMER file reference in dev/dist script, doc, docker , labeler.yml
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/labeler.yml              | 1 -
 build/dist                       | 1 -
 docs/quick_start/quick_start.rst | 2 --
 3 files changed, 4 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 56faf1730..e98b9d6ea 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -46,7 +46,6 @@
   - ".github/**/*"
   - ".gitignore"
   - ".travis.yml"
-  - "DISCLAIMER"
   - "LICENSE"
   - "LICENSE-binary"
   - "NOTICE"
diff --git a/build/dist b/build/dist
index b7dc3f9b0..7d0fa4ec3 100755
--- a/build/dist
+++ b/build/dist
@@ -322,7 +322,6 @@ if [[ "$HIVE_PROVIDED" != "true" ]]; then
 fi
 
 # Copy license files
-cp "$KYUUBI_HOME/DISCLAIMER" "$DISTDIR/DISCLAIMER"
 if [[ -f $"$KYUUBI_HOME/LICENSE-binary" ]]; then
   cp "$KYUUBI_HOME/LICENSE-binary" "$DISTDIR/LICENSE"
   cp -r "$KYUUBI_HOME/licenses-binary" "$DISTDIR/licenses"
diff --git a/docs/quick_start/quick_start.rst b/docs/quick_start/quick_start.rst
index e8aa68400..ca73fba35 100644
--- a/docs/quick_start/quick_start.rst
+++ b/docs/quick_start/quick_start.rst
@@ -86,7 +86,6 @@ To install Kyuubi, you need to unpack the tarball. For example,
 .. code-block::
    :class: toggle
 
-   ├── DISCLAIMER
    ├── LICENSE
    ├── NOTICE
    ├── RELEASE
@@ -113,7 +112,6 @@ To install Kyuubi, you need to unpack the tarball. For example,
 
 From top to bottom are:
 
-- DISCLAIMER: the disclaimer made by Apache Kyuubi Community as a project still in ASF Incubator.
 - LICENSE: the APACHE `LICENSE`_, VERSION 2.0 we claim to obey.
 - RELEASE: the build information of this package.
 - NOTICE: the notice made by Apache Kyuubi Community about its project and dependencies.