You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/11/26 08:44:57 UTC

[incubator-nuttx] branch checkrelease created (now a18ab3c)

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

btashton pushed a change to branch checkrelease
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


      at a18ab3c  Update checkrelease script for readme.md inread of .txt

This branch includes the following new commits:

     new a18ab3c  Update checkrelease script for readme.md inread of .txt

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-nuttx] 01/01: Update checkrelease script for readme.md inread of .txt

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch checkrelease
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit a18ab3c99c9e3e579fab5c4eec0a8c396c667408
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Thu Nov 26 00:44:29 2020 -0800

    Update checkrelease script for readme.md inread of .txt
    
    Signed-off-by: Brennan Ashton <ba...@brennanashton.com>
---
 tools/checkrelease.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/checkrelease.sh b/tools/checkrelease.sh
index fe3f720..82a6ada 100755
--- a/tools/checkrelease.sh
+++ b/tools/checkrelease.sh
@@ -99,8 +99,8 @@ function check_required_files() {
       echo " - NOTICE file not present."
       MISSING_FILE=1
     fi
-    if [ ! -f "$RELEASE_DIR/README.txt" ]; then
-      echo " - README.txt file not present."
+    if [ ! -f "$RELEASE_DIR/README.md" ]; then
+      echo " - README.md file not present."
       MISSING_FILE=1
     fi
     if [ ! -f "$RELEASE_DIR/DISCLAIMER-WIP" ]; then