You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by yu...@apache.org on 2021/06/29 06:52:56 UTC

[incubator-pegasus] branch master updated: fix: move config_hdfs.sh to scripts directory (#775)

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

yuchenhe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 7da85dd  fix: move config_hdfs.sh to scripts directory (#775)
7da85dd is described below

commit 7da85dd3a7cd4c1e0091e4a38f97a720fdb35b74
Author: Zhang Yifan <ch...@163.com>
AuthorDate: Tue Jun 29 14:52:47 2021 +0800

    fix: move config_hdfs.sh to scripts directory (#775)
---
 .github/workflows/ci-pull-request.yaml   | 2 +-
 rdsn                                     | 2 +-
 config_hdfs.sh => scripts/config_hdfs.sh | 0
 scripts/pack_server.sh                   | 2 +-
 scripts/travis.sh                        | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-pull-request.yaml b/.github/workflows/ci-pull-request.yaml
index e27bf3d..544640a 100644
--- a/.github/workflows/ci-pull-request.yaml
+++ b/.github/workflows/ci-pull-request.yaml
@@ -60,5 +60,5 @@ jobs:
         run: ./run.sh pack_tools
       - name: Unit Testing
         run: |
-          source ./config_hdfs.sh
+          source ./scripts/config_hdfs.sh
           ./run.sh test --on_travis
diff --git a/rdsn b/rdsn
index e52e9a0..76577b2 160000
--- a/rdsn
+++ b/rdsn
@@ -1 +1 @@
-Subproject commit e52e9a0d94471fad442c6d3f3d46ebe1f7ffa23f
+Subproject commit 76577b2a40e7a94bb4f7e4a0ab567ddef4700aad
diff --git a/config_hdfs.sh b/scripts/config_hdfs.sh
similarity index 100%
rename from config_hdfs.sh
rename to scripts/config_hdfs.sh
diff --git a/scripts/pack_server.sh b/scripts/pack_server.sh
index e6126c2..40bc7a9 100755
--- a/scripts/pack_server.sh
+++ b/scripts/pack_server.sh
@@ -115,7 +115,7 @@ copy_file ./rdsn/thirdparty/output/lib/sasl2 ${pack}/bin
 copy_file ./scripts/sendmail.sh ${pack}/bin
 copy_file ./src/server/config.ini ${pack}/bin
 copy_file ./src/server/config.min.ini ${pack}/bin
-copy_file ./config_hdfs.sh ${pack}/bin
+copy_file ./scripts/config_hdfs.sh ${pack}/bin
 
 copy_file "$(get_stdcpp_lib $custom_gcc)" "${pack}/bin"
 
diff --git a/scripts/travis.sh b/scripts/travis.sh
index 5b85172..0dac2d3 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -32,7 +32,7 @@ if [ "$modified" ]; then
     exit 1
 fi
 
-source "${root}"/config_hdfs.sh
+source "${root}"/scripts/config_hdfs.sh
 "${root}"/run.sh build -c --skip_thirdparty --disable_gperf && ./run.sh test --on_travis
 ret=$?
 if [ $ret ]; then

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org