Skip to content

mbed CLI 0.9.10 fixes #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 19, 2016
Merged

mbed CLI 0.9.10 fixes #374

merged 3 commits into from
Oct 19, 2016

Conversation

screamerbg
Copy link
Contributor

@screamerbg screamerbg commented Oct 17, 2016

Fixed:

Reviewers:

@screamerbg screamerbg changed the title Fixed git re-association Fixed git branch re-association Oct 17, 2016
@screamerbg screamerbg changed the title Fixed git branch re-association mbed CLI 0.9.10 fixes Oct 17, 2016
@SeppoTakalo
Copy link

Seems to fix the ARMmbed/mbed-os#3037

Using 0.9.9:

~/src/mbed-os-example-mesh-minimal/mbed-os$ git describe --long
mbed-os-5.2.0-rc2-0-ga551faa
~/src/mbed-os-example-mesh-minimal/mbed-os$ cd ..
~/src/mbed-os-example-mesh-minimal$ mbed update
[mbed] Updating program "mbed-os-example-mesh-minimal" to latest revision in the current branch
merge: origin/rc3 - not something we can merge
[mbed] Updating library "atmel-rf-driver" to rev #c1b7ba3c2e9a
[mbed] Updating library "mbed-os" to rev #873686ce791c
[mbed] Updating library "mcr20a-rf-driver" to rev #d8810e105d7d
~/src/mbed-os-example-mesh-minimal$ cd mbed-os
~/src/mbed-os-example-mesh-minimal/mbed-os$ git describe --long
mbed-os-5.2.0-rc2-0-ga551faa
~/src/mbed-os-example-mesh-minimal/mbed-os$ mbed --version
0.9.9

With this PR:

~/src/mbed-os-example-mesh-minimal$ mbed update
[mbed] Updating program "mbed-os-example-mesh-minimal" to latest revision in the current branch
merge: origin/rc3 - not something we can merge
[mbed] Updating library "atmel-rf-driver" to rev #c1b7ba3c2e9a
[mbed] Updating library "mbed-os" to rev #873686ce791c
[mbed] Updating library "mcr20a-rf-driver" to rev #d8810e105d7d
~/src/mbed-os-example-mesh-minimal$ cd mbed-os
~/src/mbed-os-example-mesh-minimal/mbed-os$ git describe --long
mbed-os-5.2.0-rc3-0-g873686c
~/src/mbed-os-example-mesh-minimal/mbed-os$ mbed --version
0.9.10

@screamerbg screamerbg merged commit 01266cd into ARMmbed:master Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants