Christopher Collins created MYNEWT-478:
------------------------------------------
Summary: Dependency failures when repo's local name differs from
remote name
Key: MYNEWT-478
URL: https://issues.apache.org/jira/browse/MYNEWT-478
Project: Mynewt
Issue Type: Bug
Reporter: Christopher Collins
The user's project.yml file designates a local name for each remote repo. The
local name is what newt uses to identify a repo. For example, given the
following project.yml file:
{noformat}
project.name: "my_project"
project.repositories:
- gaga
repository.gaga:
type: github
vers: 0-latest
user: apache
repo: incubator-mynewt-core
{noformat}
, the "newt install" command will create a directory called "repos/gaga". This
is a problem, because packages in other repos don't refer to this repo as
"@gaga", the refer to it as "@apache-mynewt-core".
Suggested fix: remove the concept of local repo names.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)