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 2022/09/29 11:15:40 UTC

[incubator-kyuubi] branch branch-1.6 updated: [KYUUBI #3372] [BUILD] Enable -x on build/dist

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

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


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new f96b86f68 [KYUUBI #3372] [BUILD] Enable -x on build/dist
f96b86f68 is described below

commit f96b86f6854573806e3f614b52e669c1d5608230
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed Aug 31 08:06:23 2022 +0800

    [KYUUBI #3372] [BUILD] Enable -x on build/dist
    
    ### _Why are the changes needed?_
    
    Some users encounter errors on building, enable -x to help user identify the failure reason
    
    ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3372 from pan3793/dist.
    
    Closes #3372
    
    7bdfb39f [Cheng Pan] Enable -x on build/dist
    
    Authored-by: Cheng Pan <ch...@apache.org>
    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 9cd93cbf1..78216bd38 100755
--- a/build/dist
+++ b/build/dist
@@ -26,6 +26,7 @@
 
 set -o pipefail
 set -e
+set -x
 
 KYUUBI_HOME="$(cd "`dirname "$0"`/.."; pwd)"
 DISTDIR="$KYUUBI_HOME/dist"