This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch releases/12.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/releases/12.0 by this push:
     new ccf0b5af0d Remove incubat.* from the code base
ccf0b5af0d is described below

commit ccf0b5af0d6ba555f549d8d00531fa4a3a432a1b
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Tue Dec 13 09:26:31 2022 +0800

    Remove incubat.* from the code base
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 Documentation/platforms/arm/a64/boards/pinephone/index.rst | 2 +-
 Documentation/quickstart/install.rst                       | 4 ++--
 tools/checkrelease.sh                                      | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/platforms/arm/a64/boards/pinephone/index.rst 
b/Documentation/platforms/arm/a64/boards/pinephone/index.rst
index 78f052c3f4..b515e50a13 100644
--- a/Documentation/platforms/arm/a64/boards/pinephone/index.rst
+++ b/Documentation/platforms/arm/a64/boards/pinephone/index.rst
@@ -82,7 +82,7 @@ Configure the NuttX project and build the project:
 This produces the file ``Image.gz``, which will be copied to PinePhone in the 
next step.
 
 If the build fails with the error ``token "@" is not valid in preprocessor``,
-`apply this patch 
<https://github.com/apache/incubator-nuttx/pull/7284/commits/518b0eb31cb66f25b590ae9a79ab16c319b96b94#diff-12291efd8a0ded1bc38bad733d99e4840ae5112b465c04287f91ba5169612c73>`_
+`apply this patch 
<https://github.com/apache/nuttx/pull/7284/commits/518b0eb31cb66f25b590ae9a79ab16c319b96b94#diff-12291efd8a0ded1bc38bad733d99e4840ae5112b465c04287f91ba5169612c73>`_
 to ``gcc-arm-none-eabi/arm-none-eabi/include/_newlib_version.h``
 in the ARM64 Toolchain.
 
diff --git a/Documentation/quickstart/install.rst 
b/Documentation/quickstart/install.rst
index 2dd9ea8cd2..a2ca57585c 100644
--- a/Documentation/quickstart/install.rst
+++ b/Documentation/quickstart/install.rst
@@ -180,7 +180,7 @@ Apache NuttX is actively developed on GitHub. There are two 
main repositories, `
     
        $ mkdir nuttxspace
        $ cd nuttxspace
-       $ curl -L 
https://www.apache.org/dyn/closer.lua/incubator/nuttx/10.1.0/apache-nuttx-10.1.0-incubating.tar.gz?action=download
 -o nuttx.tar.gz 
-       $ curl -L 
https://www.apache.org/dyn/closer.lua/incubator/nuttx/10.1.0/apache-nuttx-apps-10.1.0-incubating.tar.gz?action=download
 -o apps.tar.gz
+       $ curl -L 
https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download
 -o nuttx.tar.gz
+       $ curl -L 
https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download
 -o apps.tar.gz
        $ tar zxf nuttx.tar.gz
        $ tar zxf apps.tar.gz
diff --git a/tools/checkrelease.sh b/tools/checkrelease.sh
index 3299c51270..fe766ac739 100755
--- a/tools/checkrelease.sh
+++ b/tools/checkrelease.sh
@@ -21,7 +21,7 @@
 
 RETURN_CODE=0
 
-BASE_URL="https://dist.apache.org/repos/dist/dev/incubator/nuttx";
+BASE_URL="https://dist.apache.org/repos/dist/dev/nuttx";
 TEMPDIR="/tmp/nuttx-checkrelease"
 KEY="$BASE_URL/KEYS"
 
@@ -171,7 +171,7 @@ function usage() {
     echo "Examples:"
     echo
     echo "  $0 --release 9.1.0-RC1"
-    echo "  $0 --url 
https://dist.apache.org/repos/dist/dev/incubator/nuttx/9.1.0-RC1";
+    echo "  $0 --url https://dist.apache.org/repos/dist/dev/nuttx/9.1.0-RC1";
     echo "  $0 --dir ./some-dir-that-has-nuttx-and-apps"
     echo
 }

Reply via email to