From 4c11b0db6b5f131e07b4e13d6032344e35ed8489 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 4 Jun 2022 10:34:41 +0800 Subject: [PATCH] rename all base.xxx to basend-xxx --- git-clone-all.bat | 14 +++++++------- git-clone-all.sh | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index b4f8e87..36004ec 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -30,15 +30,15 @@ popd mkdir npm pushd npm git clone https://git.faronear.org/npm/_npm -git clone https://git.faronear.org/npm/base.FileTransfer.server -git clone https://git.faronear.org/npm/base.deployer +git clone https://git.faronear.org/npm/basend-fileload-server +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/base.logger -git clone https://git.faronear.org/npm/base.messenger -git clone https://git.faronear.org/npm/base.tool +git clone https://git.faronear.org/npm/corend-ColorConsole +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/base.websocket.server -git clone https://git.faronear.org/npm/base.webtoken +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/core.i18n git clone https://git.faronear.org/npm/core.tool diff --git a/git-clone-all.sh b/git-clone-all.sh index 67520da..fcbd04f 100644 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -32,15 +32,15 @@ popd mkdir npm pushd npm git clone https://git.faronear.org/npm/_npm -git clone https://git.faronear.org/npm/base.FileTransfer.server -git clone https://git.faronear.org/npm/base.deployer +git clone https://git.faronear.org/npm/basend-fileload-server +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/base.logger -git clone https://git.faronear.org/npm/base.messenger -git clone https://git.faronear.org/npm/base.tool +git clone https://git.faronear.org/npm/corend-ColorConsole +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/base.websocket.server -git clone https://git.faronear.org/npm/base.webtoken +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/core.i18n git clone https://git.faronear.org/npm/core.tool