u
This commit is contained in:
		
							parent
							
								
									ebb03b8077
								
							
						
					
					
						commit
						107b073f18
					
				| @ -42,8 +42,6 @@ git clone https://git.faronear.org/npm/wo-user-websocket-uniapp wo-user-websocke | |||||||
| git clone https://git.faronear.org/npm/tic-crypto tic-crypto.git | git clone https://git.faronear.org/npm/tic-crypto tic-crypto.git | ||||||
| git clone https://git.faronear.org/npm/tic-chaintool tic-chaintool.git | git clone https://git.faronear.org/npm/tic-chaintool tic-chaintool.git | ||||||
| git clone https://git.faronear.org/npm/tic-traction tic-traction.git | git clone https://git.faronear.org/npm/tic-traction tic-traction.git | ||||||
| 
 |  | ||||||
| git clone https://git.faronear.org/npm/vue-cli-uniapp vue-cli-uniapp.git |  | ||||||
| popd | popd | ||||||
| 
 | 
 | ||||||
| mkdir sol | mkdir sol | ||||||
| @ -85,6 +83,7 @@ git clone https://git.faronear.org/tuc-pex/pex-blog-hexo pex/pex-blog-hexo.git | |||||||
| git clone https://git.faronear.org/tuc-pex/pex-chain-geth pex/pex-chain-geth.git | git clone https://git.faronear.org/tuc-pex/pex-chain-geth pex/pex-chain-geth.git | ||||||
| git clone https://git.faronear.org/tuc-pex/pex-contract-hardhat pex/pex-contract-hardhat.git | git clone https://git.faronear.org/tuc-pex/pex-contract-hardhat pex/pex-contract-hardhat.git | ||||||
| git clone https://git.faronear.org/tuc-pex/pex-server-torm pex/pex-server-torm.git | git clone https://git.faronear.org/tuc-pex/pex-server-torm pex/pex-server-torm.git | ||||||
|  | git clone https://git.faronear.org/tuc-pex/pex-scan-html pex/pex-scan-html.git | ||||||
| git clone https://git.faronear.org/tuc-pex/pex-user-uniapp pex/pex-user-uniapp.git | git clone https://git.faronear.org/tuc-pex/pex-user-uniapp pex/pex-user-uniapp.git | ||||||
| 
 | 
 | ||||||
| git clone https://git.faronear.org/tuc-log/log-team-uniapp log/log-team-uniapp.git | git clone https://git.faronear.org/tuc-log/log-team-uniapp log/log-team-uniapp.git | ||||||
|  | |||||||
| @ -32,19 +32,18 @@ echo *** Starting from [%CD%] *** | |||||||
| echo; | echo; | ||||||
| 
 | 
 | ||||||
| for /d /r %%r in (*) do ( | for /d /r %%r in (*) do ( | ||||||
|   echo "%%r" | findstr "\.git" > NUL || ( |   echo "%%r" | findstr "node_modules" >NUL || ( | ||||||
|     echo "%%r" | findstr "node_modules" >NUL || ( |     if exist "%%r\.git" ( | ||||||
|       if exist "%%r\.git" ( |       pushd "%%r" | ||||||
|         pushd "%%r" |       echo ---- git pulling [%%r] ---- | ||||||
|         echo ---- git pulling [%%r] ---- |       git pull --all | ||||||
|         git pull --all |       echo; | ||||||
|         echo; |       popd | ||||||
|         popd |  | ||||||
|       ) |  | ||||||
|     ) |     ) | ||||||
|   ) |   ) | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| popd | popd | ||||||
| 
 | 
 | ||||||
| :END | :END | ||||||
|  | |||||||
| @ -34,6 +34,7 @@ echo; | |||||||
| @REM for /d %%d in (*) do ( pushd %%d & ( for /d %%d in (*) do ( if exist %%d/.git pushd %%d & echo ---  git pulling: %%d ... & git pull & popd ) ) & popd ) | @REM for /d %%d in (*) do ( pushd %%d & ( for /d %%d in (*) do ( if exist %%d/.git pushd %%d & echo ---  git pulling: %%d ... & git pull & popd ) ) & popd ) | ||||||
| 
 | 
 | ||||||
| for /d %%o in (*) do ( | for /d %%o in (*) do ( | ||||||
|  | @REM windows的链接文件会造成路径错误,从而终止该循环,从而导致下一轮乃至所有循环的工作目录错误。因此要过滤掉 .vscode 这个符号链接目录。 | ||||||
|   @ if not "%%o" == ".vscode" ( |   @ if not "%%o" == ".vscode" ( | ||||||
|     echo ======== entering [%FONPATH%\%%o] ======== |     echo ======== entering [%FONPATH%\%%o] ======== | ||||||
|     echo; |     echo; | ||||||
|  | |||||||
| @ -32,8 +32,7 @@ echo *** Starting from [%CD%] *** | |||||||
| echo; | echo; | ||||||
| 
 | 
 | ||||||
| for /d /r %%r in (*) do ( | for /d /r %%r in (*) do ( | ||||||
|   @REM windows的链接文件会造成路径错误,从而终止该循环,从而导致下一轮乃至所有循环的工作目录错误。因此要过滤掉 .vscode 这个符号链接目录。 |   if not "%%r" == "node_modules" ( | ||||||
|   if not "%%r" == ".vscode" ( |  | ||||||
|     if exist "%%r\node_modules" ( |     if exist "%%r\node_modules" ( | ||||||
|       pushd "%%r" |       pushd "%%r" | ||||||
|       echo ---- Deleting [%FONPATH%\%%r] ---- |       echo ---- Deleting [%FONPATH%\%%r] ---- | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user