You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/05/10 12:28:32 UTC

[mynewt-core] branch coverity_scan updated: Add nimble to project.yml

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

utzig pushed a commit to branch coverity_scan
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/coverity_scan by this push:
     new d661222  Add nimble to project.yml
d661222 is described below

commit d661222f4632735c85913da2ef856f03dbebd990
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 10 09:30:13 2018 -0300

    Add nimble to project.yml
---
 .travis.yml | 7 +------
 project.yml | 6 ++++++
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 26966cd..6720f37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,12 +11,7 @@ before_install:
   - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
   - git clone https://github.com/apache/mynewt-newt
   - cd mynewt-newt && ./build.sh && cd ..
-  - echo ""                                 >> project.yml
-  - echo "repository.apache-mynewt-nimble:" >> project.yml
-  - echo "    type: github"                 >> project.yml
-  - echo "    vers: 0-dev"                  >> project.yml
-  - echo "    user: apache"                 >> project.yml
-  - echo "    repo: mynewt-nimble"          >> project.yml
+  # FIXME: project.yml was changed to add remote dep (yes, srsly!)
   - mynewt-newt/newt/newt install -v
   - mynewt-newt/newt/newt target create bletiny_nrf52840_coverity
   - mynewt-newt/newt/newt target set bletiny_nrf52840_coverity app=@apache-mynewt-core/apps/bletiny
diff --git a/project.yml b/project.yml
index 1adfca7..c9bc06d 100644
--- a/project.yml
+++ b/project.yml
@@ -18,3 +18,9 @@
 #
 
 project.name: "apache-mynewt-core"
+
+repository.apache-mynewt-nimble:
+    type: github
+    vers: 0-dev
+    user: apache
+    repo: mynewt-nimble

-- 
To stop receiving notification emails like this one, please contact
utzig@apache.org.