Merge branch 'master' of ssh://git.concepters.co.kr:10022/client/client

This commit is contained in:
mjjo
2017-08-09 15:33:37 +09:00
3 changed files with 8 additions and 2 deletions

6
compile-all.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
./compile.sh GroupManager
./compile.sh CrawlerList
./compile.sh CrawlerProcess
./compile.sh Filter
./compile.sh FilterProcess

0
compile.sh Normal file → Executable file
View File

4
package-clients.sh Normal file → Executable file
View File

@@ -12,7 +12,7 @@ CRAWLER_LIST_PATH=${PREFIX}CrawlerProcess${POSTFIX}
FILTER_PATH=${PREFIX}Filter${POSTFIX} FILTER_PATH=${PREFIX}Filter${POSTFIX}
FILTER_PROCESS_PATH=${PREFIX}FilterProcess${POSTFIX} FILTER_PROCESS_PATH=${PREFIX}FilterProcess${POSTFIX}
PACKAGE_PATH=${PROJECT_PATH}/clients-linux PACKAGE_PATH=${PROJECT_PATH}/../clients-linux
mkdir ${PACKAGE_PATH} mkdir ${PACKAGE_PATH}
@@ -32,7 +32,7 @@ linuxdeployqt ${PACKAGE_PATH}/FilterProcess
cp -r ${PROJECT_PATH}/WebBasedCrawler/*.py ${PACKAGE_PATH} cp -r ${PROJECT_PATH}/WebBasedCrawler/*.py ${PACKAGE_PATH}
cp -r ${PROJECT_PATH}/WebBasedCrawler/*.txt ${PACKAGE_PATH} cp -r ${PROJECT_PATH}/WebBasedCrawler/*.txt ${PACKAGE_PATH}
cp -r ${PROJECT_PATH}/WebBasedCrawler/*/ ${PACKAGE_PATH} cp -r ${PROJECT_PATH}/WebBasedCrawler/*/ ${PACKAGE_PATH}
cp ${PROJECT_PATH}/*.txt ${PACKAGE_PATH}
rm ${PACKAGE_PATH}/AppRun rm ${PACKAGE_PATH}/AppRun
# rm ${PACKAGE_PATH}/qt.conf
rm -r ${PACKAGE_PATH}/translations rm -r ${PACKAGE_PATH}/translations