diff options
| author | TiejunZhou <[email protected]> | 2024-01-12 02:54:09 +0000 |
|---|---|---|
| committer | TiejunZhou <[email protected]> | 2024-01-12 02:54:09 +0000 |
| commit | 52c447f90e3f8ee30b3768dff5e491e4b0c1c694 (patch) | |
| tree | be916d7f8aaa5b1c2514099b0cd3c6e7f1e2cd18 | |
| parent | 0322fbfa42e9d1b67ea8d1479aa268aaaaeb69a0 (diff) | |
Update link in the run.sh
| -rwxr-xr-x | test/cmake/mqtt/run.sh | 4 | ||||
| -rwxr-xr-x | test/cmake/netxduo/run.sh | 4 | ||||
| -rwxr-xr-x | test/cmake/netxduo_fast/run.sh | 4 | ||||
| -rwxr-xr-x | test/cmake/nx_secure/run.sh | 2 | ||||
| -rwxr-xr-x | test/cmake/nx_secure_interoperability/run.sh | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/test/cmake/mqtt/run.sh b/test/cmake/mqtt/run.sh index ff51762d..84a4eb24 100755 --- a/test/cmake/mqtt/run.sh +++ b/test/cmake/mqtt/run.sh @@ -3,7 +3,7 @@ cd $(dirname $0) # if threadx repo does not exist, clone it -[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1 -[ -d ../filex ] || git clone https://github.com/azure-rtos/filex.git ../filex --depth 1 +[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1 +[ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh ./.run.sh $*
\ No newline at end of file diff --git a/test/cmake/netxduo/run.sh b/test/cmake/netxduo/run.sh index ff51762d..84a4eb24 100755 --- a/test/cmake/netxduo/run.sh +++ b/test/cmake/netxduo/run.sh @@ -3,7 +3,7 @@ cd $(dirname $0) # if threadx repo does not exist, clone it -[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1 -[ -d ../filex ] || git clone https://github.com/azure-rtos/filex.git ../filex --depth 1 +[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1 +[ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh ./.run.sh $*
\ No newline at end of file diff --git a/test/cmake/netxduo_fast/run.sh b/test/cmake/netxduo_fast/run.sh index ff51762d..84a4eb24 100755 --- a/test/cmake/netxduo_fast/run.sh +++ b/test/cmake/netxduo_fast/run.sh @@ -3,7 +3,7 @@ cd $(dirname $0) # if threadx repo does not exist, clone it -[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1 -[ -d ../filex ] || git clone https://github.com/azure-rtos/filex.git ../filex --depth 1 +[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1 +[ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh ./.run.sh $*
\ No newline at end of file diff --git a/test/cmake/nx_secure/run.sh b/test/cmake/nx_secure/run.sh index a1e78d3e..5635c6ff 100755 --- a/test/cmake/nx_secure/run.sh +++ b/test/cmake/nx_secure/run.sh @@ -3,6 +3,6 @@ cd $(dirname $0) # if threadx repo does not exist, clone it -[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1 +[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh ./.run.sh $*
\ No newline at end of file diff --git a/test/cmake/nx_secure_interoperability/run.sh b/test/cmake/nx_secure_interoperability/run.sh index a1e78d3e..5635c6ff 100755 --- a/test/cmake/nx_secure_interoperability/run.sh +++ b/test/cmake/nx_secure_interoperability/run.sh @@ -3,6 +3,6 @@ cd $(dirname $0) # if threadx repo does not exist, clone it -[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1 +[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh ./.run.sh $*
\ No newline at end of file |
