[TIMOB-19831] Confusing: Did not find a release... Found release
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2020-01-30T11:07:28.000+0000 |
| Affected Version/s | Release 5.1.0 |
| Fix Version/s | titanium 5.0.5, titanium 5.0.6 |
| Components | CLI |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Chris Barber |
| Created | 2015-10-30T07:30:18.000+0000 |
| Updated | 2020-01-31T11:35:19.000+0000 |
Description
The wording when installing a non-release version is confusing:
Fokkes-MacBook-Pro:~ fokkezb$ appc ti sdk install -d 5.1.0.v20151028190028
Appcelerator Command-Line Interface, version 5.1.0-38
Copyright (c) 2014-2015, Appcelerator, Inc. All Rights Reserved.
Did not find a release 5.1.0.v20151028190028, scanning branches...
Found release 5.1.0.v20151028190028 in branch 5_1_X
*Suggestion*
Replace second _release_ with _build_:
Fokkes-MacBook-Pro:~ fokkezb$ appc ti sdk install -d 5.1.0.v20151028190028
Appcelerator Command-Line Interface, version 5.1.0-38
Copyright (c) 2014-2015, Appcelerator, Inc. All Rights Reserved.
Did not find a release 5.1.0.v20151028190028, scanning branches...
Found build 5.1.0.v20151028190028 in branch 5_1_X
PR on master: https://github.com/appcelerator/titanium/pull/235
This has been fixed and shipped several years ago. Yah!