You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/03/25 00:03:22 UTC

[GitHub] [mynewt-newt] ccollins476ad opened a new pull request #387: Use rc-tag-inference in inter-repo dependencies

ccollins476ad opened a new pull request #387: Use rc-tag-inference in inter-repo dependencies
URL: https://github.com/apache/mynewt-newt/pull/387
 
 
   A repo can specify dependencies in its `repository.yml` file, e.g.,
   
   ```
       repo.deps:
           apache-mynewt-nimble:
               type: github
               user: apache
               repo: mynewt-nimble
               vers:
                   mynewt_1_4_0_tag: 1.0.0
   ```
   
   The `mynewt_1_4_0_tag` tag of *this repo* depends on nimble 1.0.0.  If `mynewt_1_4_0_tag` does not exist, then `newt upgrade` would fail.
   
   This PR changes this process slightly so that rc-tag-inference is used.  If `mynewt_1_4_0_tag` does not exist, newt checks for the latest corresponding rc tag (e.g., `mynewt_1_4_0_rc1_tag`).  If one is found, it gets used.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [mynewt-newt] ccollins476ad merged pull request #387: Use rc-tag-inference in inter-repo dependencies

Posted by GitBox <gi...@apache.org>.
ccollins476ad merged pull request #387: Use rc-tag-inference in inter-repo dependencies
URL: https://github.com/apache/mynewt-newt/pull/387
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services