summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiejunZhou <[email protected]>2024-01-12 02:54:09 +0000
committerTiejunZhou <[email protected]>2024-01-12 02:54:09 +0000
commit52c447f90e3f8ee30b3768dff5e491e4b0c1c694 (patch)
treebe916d7f8aaa5b1c2514099b0cd3c6e7f1e2cd18
parent0322fbfa42e9d1b67ea8d1479aa268aaaaeb69a0 (diff)
Update link in the run.sh
-rwxr-xr-xtest/cmake/mqtt/run.sh4
-rwxr-xr-xtest/cmake/netxduo/run.sh4
-rwxr-xr-xtest/cmake/netxduo_fast/run.sh4
-rwxr-xr-xtest/cmake/nx_secure/run.sh2
-rwxr-xr-xtest/cmake/nx_secure_interoperability/run.sh2
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