Commit 77c0272
committed
Fix regression: Allow #tip and #latest tags in *.lib
PR#873 introduced a regression in *.lib file handling:
https://github.com/ARMmbed/mbed-cli/pull/873/files
Before 1.10.0, Mbed CLi was able to import components
from lib files with 'latest' or 'tip' tag as revision specifier:
https://github.com/ARMmbed/mbed-os/#latest
It is no longer possible with 1.10.0:
[mbed] ERROR: Named branches not allowed in .lib, offending lib is mbed-os.lib
This change brings back support for both tags in lib files.1 parent ff6b14a commit 77c0272
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
1064 | | - | |
| 1064 | + | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | 1067 | | |
| |||
0 commit comments