Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1126] The wrong version of Alloy : "alpha" downloaded instead of "beta"

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2014-09-03T23:35:20.000+0000
Affected Version/sAlloy 1.5.0
Fix Version/sn/a
ComponentsTooling
Labelsalloy-configuration, tooling
ReporterOlga Romero
AssigneePraveen Innamuri
Created2014-09-03T23:18:04.000+0000
Updated2014-09-03T23:38:17.000+0000

Description

Description

When updating Alloy build, the wrong version downloaded. I had 1.5.0-beta

To reproduce

1. Run
sudo npm install -g git://github.com/appcelerator/alloy.git#1_5_X
2. Check Alloy version alloy -v

Actual result

``` oromero$ sudo npm install -g git://github.com/appcelerator/alloy.git#1_5_X Password: /usr/local/bin/alloy -> /usr/local/lib/node_modules/alloy/bin/alloy alloy@1.5.0-alpha /usr/local/lib/node_modules/alloy ├── colors@0.6.0-1 ├── commander@0.6.1 ├── pkginfo@0.2.2 ├── wrench@1.3.9 ├── xmldom@0.1.19 ├── node.extend@1.0.10 (is@0.3.0) ├── source-map@0.1.9 (amdefine@0.1.0) ├── xml2tss@0.0.5 (xml2js@0.2.8) ├── moment@2.7.0 ├── uglify-js@2.4.15 (uglify-to-browserify@1.0.2, async@0.2.10, source-map@0.1.34, optimist@0.3.7) └── jsonlint@1.5.1 (JSV@4.0.2, nomnom@1.8.0) Olgas-MacBook-Pro:titanium_mobile_tests_internal oromero$ alloy -v 1.5.0-alpha

Comments

  1. Eric Merriman 2014-09-03

    Typo in the install command
  2. Olga Romero 2014-09-03

    oromero$ alloy -v 1.5.0-beta Olgas-MacBook-Pro:titanium_mobile_tests_internal oromero$ sudo npm install -g git://github.com/appcelerator/alloy.git#1_5_X /usr/local/bin/alloy -> /usr/local/lib/node_modules/alloy/bin/alloy alloy@1.5.0-alpha /usr/local/lib/node_modules/alloy ├── colors@0.6.0-1 ├── commander@0.6.1 ├── wrench@1.3.9 ├── pkginfo@0.2.2 ├── xmldom@0.1.19 ├── node.extend@1.0.10 (is@0.3.0) ├── source-map@0.1.9 (amdefine@0.1.0) ├── moment@2.7.0 ├── uglify-js@2.4.15 (uglify-to-browserify@1.0.2, async@0.2.10, source-map@0.1.34, optimist@0.3.7) ├── xml2tss@0.0.5 (xml2js@0.2.8) └── jsonlint@1.5.1 (JSV@4.0.2, nomnom@1.8.0) Olgas-MacBook-Pro:titanium_mobile_tests_internal oromero$ alloy -v 1.5.0-alpha
  3. Praveen Innamuri 2014-09-03

    There is a mismatch in the original version created by Tim and I have updated the tag 1.5.0-beta with the correct version. However, the changes are now pushed to 1_5_X branch as well.

JSON Source