You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/01/10 13:49:53 UTC

[rocketmq-client-cpp] branch master updated: remove copying the dir doc and changelog in deploy.sh because of the two dirs not exist (#63)

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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 04f0fe8  remove copying the dir doc and changelog in deploy.sh because of the two dirs not exist (#63)
04f0fe8 is described below

commit 04f0fe80c88469bcc5f3438504465fc036f3f972
Author: lemonzone2010 <le...@163.com>
AuthorDate: Thu Jan 10 21:49:48 2019 +0800

    remove copying the dir doc and changelog in deploy.sh because of the two dirs not exist (#63)
    
    Remove coping dir doc and changelog in deploy.sh
---
 deploy.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/deploy.sh b/deploy.sh
index 746db34..173d43d 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -30,8 +30,6 @@ cp -rf ${CWD_DIR}/bin/*.a    ${DEPLOY_BUILD_HOME}/lib/
 cp -rf ${CWD_DIR}/bin/*.so   ${DEPLOY_BUILD_HOME}/lib/
 cp -rf ${CWD_DIR}/include    ${DEPLOY_BUILD_HOME}/
 cp -rf ${CWD_DIR}/example    ${DEPLOY_BUILD_HOME}/
-cp -rf ${CWD_DIR}/doc 	     ${DEPLOY_BUILD_HOME}/
-cp -rf ${CWD_DIR}/changelog  ${DEPLOY_BUILD_HOME}/
 cp -rf ${CWD_DIR}/README.md  ${DEPLOY_BUILD_HOME}/
 
 cd ${CWD_DIR} && tar -cvzf ./${VERSION}.tar.gz ./${VERSION}  >/dev/null 2>&1