Commit Graph

308 Commits

Author SHA1 Message Date
Sashko Stubailo
a7cb7410bf Small changes 2014-08-13 14:28:53 -07:00
Sashko Stubailo
67f564827b fix cordova.sh 2014-08-13 14:11:00 -07:00
Sashko Stubailo
ff7e7bb93f Updated abi 2014-08-13 14:10:03 -07:00
Sashko Stubailo
35f966285a This will totally work 2014-08-12 18:08:39 -07:00
Sashko Stubailo
c47996b35c Missing bracket 2014-08-12 17:53:50 -07:00
Sashko Stubailo
b391aca855 Create avd if necessary 2014-08-12 17:52:41 -07:00
Sashko Stubailo
565468e042 The bundle doesn't work on linux if made on mac 2014-08-12 17:31:37 -07:00
Sashko Stubailo
93e923e8d0 Try local jre for linux 2014-08-12 17:29:14 -07:00
Sashko Stubailo
0cf7aad90f Try without java 2014-08-12 17:12:19 -07:00
Sashko Stubailo
221a9b1bcb Fix error 2014-08-12 15:50:09 -07:00
Sashko Stubailo
89b530db99 Add java to android_bundle 2014-08-12 15:47:55 -07:00
Sashko Stubailo
3930b9c26f Change node path 2014-08-12 15:26:02 -07:00
Sashko Stubailo
53f6e0890f Made node point to local node 2014-08-12 15:23:27 -07:00
Sashko Stubailo
468f299c69 Trying to make android bundle more portable 2014-08-12 14:44:18 -07:00
Slava Kim
8f30d7779d Extract the android_bundle download logic into a separate code.
+ Refactor parts of async/sync child process calls
2014-08-11 22:53:08 -07:00
Sashko Stubailo
b7564b80ad Updated path for local cordova 2014-08-11 16:12:47 -07:00
Sashko Stubailo
f481e66ff1 Merge branch 'bundle-android' into cordova-hcp
Conflicts:
	tools/commands.js
	tools/utils.js
2014-08-11 11:04:25 -07:00
Sashko Stubailo
f3b9c7261b Remove ios-sim because it needs rake 2014-08-07 16:18:14 -07:00
Sashko Stubailo
18e14e8e34 Update version of ios-sim 2014-08-07 15:51:40 -07:00
Sashko Stubailo
3bee8039eb Testing with jenkins, please ignore 2014-08-07 15:26:55 -07:00
Sashko Stubailo
86ef1b5c83 Add ios-sim to dev bundle 2014-08-07 14:41:30 -07:00
Sashko Stubailo
80396bd563 Small updates, added URL for s3 2014-08-07 14:32:06 -07:00
Sashko Stubailo
31a64e605a Remove architecture from android bundle because it doesn't matter 2014-08-07 12:07:39 -07:00
Sashko Stubailo
522bcd81f6 Merge branch 'devel' into bundle-android
Conflicts:
	tools/utils.js
2014-08-07 11:32:07 -07:00
Sashko Stubailo
8b4387982a Move the cordova script to match node.sh 2014-08-07 11:30:10 -07:00
Sashko Stubailo
7fcc41f1ed Add script to generate Android bundle
Modify command to use the local cordova
2014-08-07 11:00:29 -07:00
Sashko Stubailo
d538d40972 Updated dev bundle script to download Android stuff, doesn't work perfectly yet 2014-08-06 10:56:24 -07:00
David Glasser
845286b925 Merge branch 'devel' into packaging 2014-08-05 13:13:27 -07:00
David Glasser
112198f3e8 Don't tell users to add ~/.meteor to PATH
Tilde expansion doesn't work in $PATH
2014-08-01 16:40:33 -07:00
ekatek
581b51afcc clean up misc, operations stuff 2014-08-01 15:29:19 -07:00
David Glasser
26006d53dc Merge branch 'devel' into packaging
Conflicts:
	tools/utils.js
2014-07-30 17:40:44 -07:00
Justin SB
3163112235 Get S3 credentials from env variables, if set, in publish-release.js 2014-07-30 14:37:11 -07:00
Emily Stark
8dbda26c32 Banner and notices 2014-07-28 15:13:10 -07:00
David Glasser
996d347139 Merge branch 'devel' into packaging
Conflicts:
	docs/client/api.html
	docs/client/concepts.html
	docs/client/introduction.html
	meteor
	packages/html-tools/package.js
	packages/spacebars-common/package.js
	packages/webapp/webapp_server.js
	tools/bundler.js
2014-07-21 16:18:25 -07:00
Matthew Arbesfeld
ff68931a51 Add BrowserStackLocal binary to dev_bundle
We added the new binaries to the s3 bucket, and then GET them from the
generate_dev_bundle shell script.
2014-07-03 14:18:55 -07:00
David Glasser
9a34a7c3ab The changes from dev bundle 0.3.41, merged in 2014-07-01 16:26:48 -07:00
David Glasser
a92a62acc1 Use a package.json file for deps of boot.js
Include package.json and npm-shrinkwrap.json in dev_bundle/etc

Dev bundle version number skips over one used on matt-dev-bundle-update
2014-07-01 14:57:42 -07:00
David Greenspan
dfbbde4aa7 Merge branch 'devel' into blaze-refactor
Conflicts:
	packages/webapp/webapp_server.js
2014-07-01 13:29:04 -07:00
David Glasser
135b0b56e9 install script should write files as current user
If you ran it as root before, it would write files as whatever uid we
had on our buildbot. Oops!

Fixes #2249.
2014-06-27 16:37:14 -07:00
David Glasser
af7c8a3e6e can't override npm version
bump dev bundle again

sigh.  in trying to work around a silly bug (npm creates ~/tmp), it
turns out that you can't actually install npm like that --- because it
reverts the hack done by 'make install PORTABLE=1' to make npm find node
properly (because that hack literally rewrites a file in the npm module)
2014-06-26 13:53:14 -07:00
David Glasser
c6a94b7f19 new dev bundle
Changes:

- Drop keypress; it hasn't been used since we rewrote prompts to use
  built-in readline

- Use a slightly newer version of npm, to avoid strange thing where it
  creates ~/tmp

- Drop node-aes-gcm and bcrypt: we now can support cross-platform
  package deploys directly!  (A follow-up commit will add them
  to the corresponding packages.)

- Drop heapdump: it was only there for convenience, and now can also be
  added via a package

- upddate some comments
2014-06-26 13:53:13 -07:00
David Glasser
6d2408f52b copy-dev-bundle-from-jenkins: don't overwrite! 2014-06-25 14:56:37 -07:00
David Glasser
8a5869df92 copy-dev-bundle-from-jenkins: don't overwrite! 2014-06-25 14:56:18 -07:00
David Glasser
5a85e2f24c Merge branch 'devel' into packaging
Conflicts:
	tools/bundler.js
	tools/tests/login.js
	tools/unipackage.js
2014-06-23 14:48:21 -07:00
David Greenspan
095b3a26c6 Merge remote-tracking branch 'origin/devel' into blaze-refactor
Conflicts:
	packages/spacebars-tests/template_tests.js
	packages/ui/base.js
	packages/ui/dombackend.js
	packages/ui/dombackend_tests.js
	packages/ui/domrange.js
	packages/ui/domrange_tests.js
	packages/ui/each.js
	packages/ui/render.js
	packages/ui/render_tests.js
2014-06-23 10:56:55 -07:00
Emily Stark
1c12b1a49f Merge branch 'master' into devel
Conflicts:
	History.md
	packages/accounts-password/password_server.js
	packages/spacebars-tests/template_tests.html
	packages/spacebars-tests/template_tests.js
	packages/ui/base.js
2014-06-23 08:18:19 -07:00
Emily Stark
fba413d597 update banner, notices, History 2014-06-23 08:04:59 -07:00
Emily Stark
1180597f06 bump dev bundle; upgrade node 2014-06-16 18:17:21 -07:00
Emily Stark
eb4ad2c566 Remove deploy-examples.
Moving it to automated-unit-tests
2014-06-12 19:19:36 -07:00
Emily Stark
8d1086aa74 Add spiderable test to deploy-examples 2014-06-12 19:14:49 -07:00