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/02/21 02:29:17 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4377] Grant execute permission to release scripts

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

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


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new cd3a012ac [KYUUBI #4377] Grant execute permission to release scripts
cd3a012ac is described below

commit cd3a012acea71342a214bc71c6da8208cd409bae
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Tue Feb 21 10:28:47 2023 +0800

    [KYUUBI #4377] Grant execute permission to release scripts
    
    ### _Why are the changes needed?_
    
    The release-related shell scripts should have execution permission.
    
    ### _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/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4377 from pan3793/x.
    
    Closes #4377
    
    fb727adc [Cheng Pan] Grant execute permission to release scripts
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit 16c779284d6392424d76b8eb38b0a124f01f0c68)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 build/release/script/announce.sh        | 0
 build/release/script/dev_kyuubi_vote.sh | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/build/release/script/announce.sh b/build/release/script/announce.sh
old mode 100644
new mode 100755
diff --git a/build/release/script/dev_kyuubi_vote.sh b/build/release/script/dev_kyuubi_vote.sh
old mode 100644
new mode 100755