[
https://issues.apache.org/jira/browse/MYNEWT-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16073872#comment-16073872
]
Christopher Collins commented on MYNEWT-757:
--------------------------------------------
*newt:*
Change newtutil.go from:
{noformat}
var NewtBlinkyTag string = "develop"
{noformat}
To:
{noformat}
var NewtBlinkyTag string = "mynewt_1_1_0_tag"
{noformat}
*blinky:*
Change project.yml from:
{noformat}
repository.apache-mynewt-core:
type: github
vers: 1-latest
user: apache
repo: mynewt-core
{noformat}
To:
{noformat}
repository.apache-mynewt-core:
type: github
vers: 1.1.0
user: apache
repo: mynewt-core
{noformat}
Of course, this should only be done after the 1.1.0 tag is created in all
repos, and apache-mynewt-core's repository.yml file is ammended to contain a
"1.1.0" reference to the proper tag.
> Inconsistent tags among newt, blinky, and core
> ----------------------------------------------
>
> Key: MYNEWT-757
> URL: https://issues.apache.org/jira/browse/MYNEWT-757
> Project: Mynewt
> Issue Type: Bug
> Security Level: Public(Viewable by anyone)
> Components: Newt
> Reporter: Christopher Collins
> Assignee: Szymon Janc
> Fix For: v1_1_0_rel
>
>
> * "newt install" should download the corresponding version of blinky.
> * Blinky's project.yml should specify the corresponding version of core.
> Currently, the versions don't match up properly:
> * In master: newt specifies blinky's develop tag
> * In develop: blinky's project.yml specifies core's 1-latest tag.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)