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.
Add a new key option
branch:
that can be configured for git/github downloaders, so a user can override the default of "master", andnewt
is gonna look for the yaml files on the given branch, eg:This will clone the repo using "dev" as the default branch.