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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b1075a  [Build] Modify the build script to automatically create a log 
directory (#5826)
2b1075a is described below

commit 2b1075adf9df4b68101310109d5983aa218d97da
Author: jiafeng.zhang <[email protected]>
AuthorDate: Wed May 19 09:29:37 2021 +0800

    [Build] Modify the build script to automatically create a log directory 
(#5826)
---
 build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.sh b/build.sh
index caecfd4..6c99370 100755
--- a/build.sh
+++ b/build.sh
@@ -273,6 +273,7 @@ if [ ${BUILD_FE} -eq 1 -o ${BUILD_SPARK_DPP} -eq 1 ]; then
         cp -r -p 
${DORIS_HOME}/fe/spark-dpp/target/spark-dpp-*-jar-with-dependencies.jar 
${DORIS_OUTPUT}/fe/spark-dpp/
 
         cp -r -p ${DORIS_THIRDPARTY}/installed/webroot/* 
${DORIS_OUTPUT}/fe/webroot/static/
+        mkdir -p ${DORIS_OUTPUT}/fe/log
 
     elif [ ${BUILD_SPARK_DPP} -eq 1 ]; then
         install -d ${DORIS_OUTPUT}/fe/spark-dpp/
@@ -298,6 +299,8 @@ if [ ${BUILD_BE} -eq 1 ]; then
     cp -r -p ${DORIS_HOME}/webroot/be/* ${DORIS_OUTPUT}/be/www/
 
     cp -r -p ${DORIS_THIRDPARTY}/installed/webroot/* ${DORIS_OUTPUT}/be/www/
+    mkdir -p ${DORIS_OUTPUT}/be/log
+
 
 fi
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to