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/01/14 00:29:50 UTC

[GitHub] [mynewt-newt] ccollins476ad opened a new pull request #360: Allow project.yml to override version commits

ccollins476ad opened a new pull request #360: Allow project.yml to override version commits 
URL: https://github.com/apache/mynewt-newt/pull/360
 
 
   When resolving repo versions, newt uses this procedure:
   1. Resolve inter-repo dependencies.
   2. Resolve project.yml dependencies.  Allow project.yml to override dependencies from step 1.
   
   There was a bug in step 2.  If `project.yml` specifies a commit hash that corresponds exactly to a version number, then the override was ignored.
   
   This PR fixes the problem so that a project.yml override is always 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 closed pull request #360: Allow project.yml to override version commits

Posted by GitBox <gi...@apache.org>.
ccollins476ad closed pull request #360: Allow project.yml to override version commits 
URL: https://github.com/apache/mynewt-newt/pull/360
 
 
   

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