You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/07/01 19:16:53 UTC

[GitHub] [incubator-nuttx] adamfeuer commented on a change in pull request #1349: script to check NuttX release candidates (SHA512, GPG sigs, required files)

adamfeuer commented on a change in pull request #1349:
URL: https://github.com/apache/incubator-nuttx/pull/1349#discussion_r448566640



##########
File path: tools/check-nuttx-release.sh
##########
@@ -0,0 +1,101 @@
+#!/bin/bash
+
+URL=$1
+
+function download_release() {

Review comment:
       @btashton Good idea, thanks. I updated the script. I had to also use `--cut-dirs` to avoid a deeply nested directory hierarchy.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org