From 9165929654d3a550e74d043316777423e0f4f67d Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Aug 2022 08:59:19 +0800 Subject: [PATCH] rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*' --- git-clone-all.bat | 32 ++++++++++++++++---------------- git-clone-all.sh | 32 ++++++++++++++++---------------- gogs-run-http2https.sh | 2 +- yapi-run.sh | 2 +- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index 5775a31..f591f3d 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -24,28 +24,28 @@ popd mkdir npm pushd npm -git clone https://git.faronear.org/npm/basend-fileloader -git clone https://git.faronear.org/npm/basend-deployer -git clone https://git.faronear.org/npm/basend-envar -git clone https://git.faronear.org/npm/basend-cocon -git clone https://git.faronear.org/npm/basend-messenger -git clone https://git.faronear.org/npm/basend-netinfo -git clone https://git.faronear.org/npm/basend-webserver -git clone https://git.faronear.org/npm/basend-websocket-server -git clone https://git.faronear.org/npm/basend-webtoken +git clone https://git.faronear.org/npm/wo-base-fileloader +git clone https://git.faronear.org/npm/wo-base-deployer +git clone https://git.faronear.org/npm/wo-base-envar +git clone https://git.faronear.org/npm/wo-base-cocon +git clone https://git.faronear.org/npm/wo-base-messenger +git clone https://git.faronear.org/npm/wo-base-netinfo +git clone https://git.faronear.org/npm/wo-base-webserver +git clone https://git.faronear.org/npm/wo-base-websocket-server +git clone https://git.faronear.org/npm/wo-base-webtoken -git clone https://git.faronear.org/npm/corend-i18n -git clone https://git.faronear.org/npm/corend-toolkit -git clone https://git.faronear.org/npm/corend-rpcsocket +git clone https://git.faronear.org/npm/wo-core-i18n +git clone https://git.faronear.org/npm/wo-core-toolkit +git clone https://git.faronear.org/npm/wo-core-rpcsocket git clone https://git.faronear.org/npm/tic-crypto git clone https://git.faronear.org/npm/tic-chaintool git clone https://git.faronear.org/npm/tic-traction -git clone https://git.faronear.org/npm/usend-part-uniapp -git clone https://git.faronear.org/npm/usend-style-scss -git clone https://git.faronear.org/npm/usend-toolkit-uniapp -git clone https://git.faronear.org/npm/usend-websocket-uniapp +git clone https://git.faronear.org/npm/wo-user-part-uniapp +git clone https://git.faronear.org/npm/wo-user-style-scss +git clone https://git.faronear.org/npm/wo-user-toolkit-uniapp +git clone https://git.faronear.org/npm/wo-user-websocket-uniapp popd mkdir sol diff --git a/git-clone-all.sh b/git-clone-all.sh index 49ff841..0d8db15 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -26,28 +26,28 @@ popd mkdir npm pushd npm -git clone https://git.faronear.org/npm/basend-fileloader -git clone https://git.faronear.org/npm/basend-deployer -git clone https://git.faronear.org/npm/basend-envar -git clone https://git.faronear.org/npm/basend-cocon -git clone https://git.faronear.org/npm/basend-messenger -git clone https://git.faronear.org/npm/basend-netinfo -git clone https://git.faronear.org/npm/basend-webserver -git clone https://git.faronear.org/npm/basend-websocket-server -git clone https://git.faronear.org/npm/basend-webtoken +git clone https://git.faronear.org/npm/wo-base-fileloader +git clone https://git.faronear.org/npm/wo-base-deployer +git clone https://git.faronear.org/npm/wo-base-envar +git clone https://git.faronear.org/npm/wo-base-cocon +git clone https://git.faronear.org/npm/wo-base-messenger +git clone https://git.faronear.org/npm/wo-base-netinfo +git clone https://git.faronear.org/npm/wo-base-webserver +git clone https://git.faronear.org/npm/wo-base-websocket-server +git clone https://git.faronear.org/npm/wo-base-webtoken -git clone https://git.faronear.org/npm/corend-i18n -git clone https://git.faronear.org/npm/corend-toolkit -git clone https://git.faronear.org/npm/corend-rpcsocket +git clone https://git.faronear.org/npm/wo-core-i18n +git clone https://git.faronear.org/npm/wo-core-toolkit +git clone https://git.faronear.org/npm/wo-core-rpcsocket git clone https://git.faronear.org/npm/tic-crypto git clone https://git.faronear.org/npm/tic-chaintool git clone https://git.faronear.org/npm/tic-traction -git clone https://git.faronear.org/npm/usend-part-uniapp -git clone https://git.faronear.org/npm/usend-style-scss -git clone https://git.faronear.org/npm/usend-toolkit-uniapp -git clone https://git.faronear.org/npm/usend-websocket-uniapp +git clone https://git.faronear.org/npm/wo-user-part-uniapp +git clone https://git.faronear.org/npm/wo-user-style-scss +git clone https://git.faronear.org/npm/wo-user-toolkit-uniapp +git clone https://git.faronear.org/npm/wo-user-websocket-uniapp popd mkdir sol diff --git a/gogs-run-http2https.sh b/gogs-run-http2https.sh index 03489c9..387777e 100755 --- a/gogs-run-http2https.sh +++ b/gogs-run-http2https.sh @@ -1,7 +1,7 @@ echo '>>>> Starting http2https in pm2 ...' cd /faronear/git/git.faronear.org # sudo it so that pm2 list shows it as root -sudo pm2 start ./node_modules/basend-webserver/webserver.js --name git.http2https +sudo pm2 start ./node_modules/wo-base-webserver/webserver.js --name git.http2https cd /faronear/git echo '>>>> Started http2https.' diff --git a/yapi-run.sh b/yapi-run.sh index 1eff993..330e5e4 100755 --- a/yapi-run.sh +++ b/yapi-run.sh @@ -3,7 +3,7 @@ sudo pm2 start "/faronear/fon/yapi/vendors/server/app.js" --name yapi # sudo it echo 'Starting https2http proxy ...' cd /faronear/fon/yapi.faronear.org -sudo pm2 start ./node_modules/basend-webserver/webserver.js --name yapi.https2http # sudo it so that pm2 list shows it as root +sudo pm2 start ./node_modules/wo-base-webserver/webserver.js --name yapi.https2http # sudo it so that pm2 list shows it as root cd /faronear/ echo 'Started yapi + https2http.'