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/28 19:55:40 UTC

[GitHub] [mynewt-newt] utzig opened a new pull request #374: Fix downloading repo dependencies

utzig opened a new pull request #374: Fix downloading repo dependencies
URL: https://github.com/apache/mynewt-newt/pull/374
 
 
   This is a bug left after a previous commit that fixed the download behavirour to only happen for network related commands, like `upgrade`. The repo dependencies was left non-updated at the time, so it would not be possible to resume/retry failures in downloads of dependencies. The bug can also be reproduced by simply removing (`rm -rf`) any repo that is included as dependency of some other repo.

----------------------------------------------------------------
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] utzig merged pull request #374: Fix downloading repo dependencies

Posted by GitBox <gi...@apache.org>.
utzig merged pull request #374: Fix downloading repo dependencies
URL: https://github.com/apache/mynewt-newt/pull/374
 
 
   

----------------------------------------------------------------
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] utzig commented on issue #374: Fix downloading repo dependencies

Posted by GitBox <gi...@apache.org>.
utzig commented on issue #374: Fix downloading repo dependencies
URL: https://github.com/apache/mynewt-newt/pull/374#issuecomment-579449671
 
 
   > (I chose mcuboot at random, but I think it is one of the smaller repos)
   
   ```
   $ du -sh repos/*                    
   430M	repos/apache-mynewt-core
   1.4M	repos/apache-mynewt-mcumgr
   20M	repos/apache-mynewt-nimble
   67M	repos/mcuboot
   ```

----------------------------------------------------------------
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] utzig commented on issue #374: Fix downloading repo dependencies

Posted by GitBox <gi...@apache.org>.
utzig commented on issue #374: Fix downloading repo dependencies
URL: https://github.com/apache/mynewt-newt/pull/374#issuecomment-579471235
 
 
   > It might be a good idea to add a new step to the travis tests:
   > 
   > ```
   > rm -rf repos/mcuboot
   > newt upgrade
   > ```
   
   https://github.com/JuulLabs-OSS/mynewt-travis-ci/pull/74

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