Commit Graph

10 Commits

Author SHA1 Message Date
ekatek
8bf5db2de0 eliminate legacy stdout.write and stderr.write functions from Console
Now that we no longer have an automatic newline on printing, we don't have to support
the awkward legacy functions that the Console used to provide. Eliminating.
2014-12-06 17:42:07 -08:00
Justin SB
9c3e29c663 Log changed env vars for commands we run
This is particularly useful for Android, where we pass ANDROID_SDK_HOME
2014-10-15 14:22:44 -07:00
Justin SB
e0876ece3a Parse the curl progress to output it cleanly
Not the greatest solution technically, but it improves UX.
2014-10-09 11:45:43 -07:00
Justin SB
19f845fccc Hacky parsing of installation progress 2014-10-08 10:09:06 -07:00
Justin SB
0ee76cf5f7 Log error from running command, if one is thrown 2014-10-03 18:27:14 -07:00
Justin SB
6307ace605 Start android emulator earlier in the run process 2014-10-03 15:28:00 -07:00
Justin SB
37eedc4bbe spawn, don't own, android tool for configure-android
Probably should actually depend on which command we run
2014-10-03 15:28:00 -07:00
Justin SB
83743846d9 Fix omitted self qualifier 2014-10-02 23:03:43 -07:00
Justin SB
98b507ca5b Don't check exit code for checking if xcode license agreed 2014-10-02 22:48:03 -07:00
Justin SB
e7dd646da5 Don't make process, rename to processes 2014-10-01 18:42:27 -07:00