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 2021/05/04 10:48:18 UTC

[GitHub] [mynewt-newt] utzig opened a new pull request #435: Allow working on repos that lack a "master" branch

utzig opened a new pull request #435:
URL: https://github.com/apache/mynewt-newt/pull/435


   Add a new key option `branch:` that can be configured for git/github downloaders, so a user can override the default of "master", and `newt` is gonna look for the yaml files on the given branch, eg:
   
   ```
   repository.my_development_repo:
       type: git
       url: git@github.com:my_org/my_development_repo.git
       branch: dev
       vers: 0-dev
   ```
   
   This will clone the repo using "dev" as the default branch.


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



[GitHub] [mynewt-newt] utzig merged pull request #435: Allow working on repos that lack a "master" branch

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


   


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