[TIMOB-24621] Scons fails when building SDK without .git folder
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-05-01T15:40:11.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Tooling |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2017-04-24T22:11:25.000+0000 |
| Updated | 2017-05-01T15:40:11.000+0000 |
Description
When running
node build/scons.js build -s /path/to/android-sdk -n /path/to/android-ndk in a download of the titanium_mobile repo instead of a clone of the git repo, the command exits without an error when it should continue without requiring a git hash.
Titanium SDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8986