Commit Graph

296 Commits

Author SHA1 Message Date
Slava Kim
c889dfdc76 ios-deploy, download ios-sim from s3 2014-08-12 17:17:41 -07:00
Slava Kim
97007f2441 ios-sim build script 2014-08-12 13:56:25 -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
David Glasser
c5e5305a3b Merge branch 'devel' into packaging
Conflicts:
	tools/bundler.js
	tools/packages.js
2014-06-11 12:02:57 -07:00
David Greenspan
5c23ec2e36 Merge remote-tracking branch 'origin/devel' into blaze-refactor 2014-06-09 19:58:19 -07:00
David Glasser
febef90803 print a patch banner 2014-06-09 16:58:22 -07:00
David Glasser
7098c68260 print the main banners! 2014-06-09 16:58:22 -07:00
David Glasser
b4e9adc663 'meteor admin set-banners' 2014-06-09 16:58:22 -07:00
Emily Stark
ef3eaa427a Configure parties oauth in deploy-examples 2014-06-09 15:27:17 -07:00
Avital Oliver
76cb9bd36f Minor changes on deploy-example.sh 2014-06-09 14:55:27 -07:00
Avital Oliver
6be92962b3 Updated deploy-examples.sh script for Rainforest QA runs 2014-06-09 14:52:26 -07:00
David Greenspan
3df4e95845 Merge branch 'devel' into blaze-refactor
Conflicts:
	packages/spacebars-tests/template_tests.js
	packages/ui/domrange.js
2014-05-27 13:38:59 -07:00
Torgny Bjers
816641caad Adding = to long options for MongoDB compilation
References meteor/meteor#2163
2014-05-22 15:57:54 -07:00
Emily Stark
bf8426322c Merge branch 'master' into devel 2014-05-22 09:50:17 -07:00
Emily Stark
ca12a9842d Update History, banner, notices 2014-05-21 21:10:03 -07:00