Commit Graph

19 Commits

Author SHA1 Message Date
Jukka Jylänki
289b14fa81 Add pseudo-SDKs 'latest-32bit' and 'latest-64bit' to point to the latest SDKs with given bitness. Have 'latest' SDK download the bitness that the current OS is. 2013-10-15 17:48:04 +03:00
Jukka Jylanki
ffabac33b2 Fix OSX file permissions. 2013-09-30 17:45:10 +03:00
Jukka Jylänki
4b9a7c15c3 Fix path handling on download_and_unzip after previous change. 2013-09-30 14:28:51 +03:00
Jukka Jylänki
4bc8e9e2c4 Force update to unzip package even if previous update had been performed. 2013-09-30 14:16:46 +03:00
Jukka Jylänki
170e230a2f Fix missing trailing slash on directory name. urljoin is sensitive about this! 2013-09-30 14:13:30 +03:00
Jukka Jylänki
703cfab158 Add emsdk_packages_url variable to point to directory where actual downloadable SDK packages reside. Improve SDK update to fetch a package file. 2013-09-30 14:02:58 +03:00
Jukka Jylänki
1c6adfdb68 Use urlparse.urljoin for http path concatenation in case absolute http download locations are specified in the future. 2013-09-30 13:43:33 +03:00
Jukka Jylänki
db9b9e02d1 Point emsdk master server location to Amazon S3. 2013-09-30 13:40:08 +03:00
Jukka Jylänki
5b9c533a20 Download emsdk.bat on update. 2013-09-11 21:34:13 +03:00
Jukka Jylänki
8266419d3e Add emsdk_env.bat to create a mechanism of how to set up all environment variables required for a setup, not just PATH. 2013-09-10 17:18:04 +03:00
Jukka Jylänki
95b00a1df4 Download all SDK files on emsdk update 2013-09-05 19:57:06 +03:00
Jukka Jylänki
d8ad6ce846 Fix line ending conversion write routines. 2013-09-05 19:29:34 +03:00
Jukka Jylänki
f6eb90b69e Both Windows and Unix download the same script/text files when updating the SDK, so convert the line endings on the scripts after downloading to local convention to avoid having to host different versions of emsdk itself for different OSes. 2013-09-05 19:15:32 +03:00
Jukka Jylänki
ca57f3a993 Download README.md instead of README.txt as part of the SDK update, due to the previous change. 2013-09-05 17:00:47 +03:00
Jukka Jylänki
d7650906ed Document EMSDK_DEV env var 2013-09-05 16:54:15 +03:00
Jukka Jylänki
0065fd3bc0 Pretty-print HTTP errors when downloading a file. 2013-09-05 16:52:01 +03:00
Jukka Jylänki
611cc1852c Make emsdk executable on UNIX 2013-09-05 16:43:22 +03:00
Jukka Jylänki
fb549cdf5e Make emsdk work on OSX. 2013-09-05 16:42:27 +03:00
Jukka Jylänki
e91a49b185 Initial repository commit. 2013-09-05 12:23:53 +03:00