mynewt-documentation
mynewt-documentation copied to clipboard
repository.yml does not only live in the master branch
Hi,
I have found an inconsistency in Identifying a Repo
It states that:
the repository.yml file lives only in the master branch of the git repository
Looking at Mynewt-core we can see that repository.yml is present on several branches.
Is this an error in the core repo or in the doc?
Thanks
I think that newt only uses the one from master, but having copies in other branches is not a problem (just ignored).
Ok, thanks this is also what I guessed.
I've also found this in Where should the repository.yml file be?.
Shouldn't the word "only" be removed to avoid confusion?