You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Aditi Hilbert (JIRA)" <ji...@apache.org> on 2018/02/06 08:07:00 UTC

[jira] [Updated] (MYNEWT-478) Dependency failures when repo's local name differs from remote name

     [ https://issues.apache.org/jira/browse/MYNEWT-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aditi Hilbert updated MYNEWT-478:
---------------------------------
    Labels: Newt  (was: )

> 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
>      Security Level: Public(Viewable by anyone) 
>            Reporter: Christopher Collins
>            Priority: Major
>              Labels: Newt
>
> 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
(v7.6.3#76005)