You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Christopher Collins (JIRA)" <ji...@apache.org> on 2017/03/07 20:16:37 UTC

[jira] [Updated] (MYNEWT-655) newt - Detect repo / newt version incompatibilities

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

Christopher Collins updated MYNEWT-655:
---------------------------------------
    Description: 
This is done with a separate map "repo.newt_compatibility" in the repo's repository.yml file.

Example:
{noformat}
repo.newt_compatibility:
    1.0.0:
        1.1.0: error
        1.0.0: good
        0.9.99: warn
        0.9.9: error
{noformat}

This says that this version 1.0.0 of this repo is compatible with newt versions [1.0.0, 1.1.0).  Newt versions in the range [0.9.99, 1.0.0) elicit a warning message.  All other newt versions generate an error (unless the "-f" force option is specified).

  was:
This is done with a separate map "" in the repo's repository.yml file.

Example:
{noformat}
repo.newt_compatibility:
    1.0.0:
        1.1.0: error
        1.0.0: good
        0.9.99: warn
        0.9.9: error
{noformat}

This says that this version 1.0.0 of this repo is compatible with newt versions [1.0.0, 1.1.0).  Newt versions in the range [0.9.99, 1.0.0) elicit a warning message.  All other newt versions generate an error (unless the "-f" force option is specified).


> newt - Detect repo / newt version incompatibilities
> ---------------------------------------------------
>
>                 Key: MYNEWT-655
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-655
>             Project: Mynewt
>          Issue Type: Improvement
>            Reporter: Christopher Collins
>            Assignee: Christopher Collins
>             Fix For: v1_1_0_rel
>
>
> This is done with a separate map "repo.newt_compatibility" in the repo's repository.yml file.
> Example:
> {noformat}
> repo.newt_compatibility:
>     1.0.0:
>         1.1.0: error
>         1.0.0: good
>         0.9.99: warn
>         0.9.9: error
> {noformat}
> This says that this version 1.0.0 of this repo is compatible with newt versions [1.0.0, 1.1.0).  Newt versions in the range [0.9.99, 1.0.0) elicit a warning message.  All other newt versions generate an error (unless the "-f" force option is specified).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)