Commit Graph

84 Commits

Author SHA1 Message Date
Geoff Schmidt
24682fd7f4 New Watcher implementation (for watching for changed files and determining when to rebundle the app.) Unlike the old DependencyWatcher, it uses absolute paths and contains no Meteor-specific knowledge. Also unlike the old DependencyWatcher, it has comprehensive unit tests (scripts/watch-test.sh). 2013-05-13 11:51:52 -07:00
Geoff Schmidt
45217c41f3 Unbreak cli-test.sh 2013-05-13 11:51:52 -07:00
Nick Martin
9e0e7e1138 Fix typo in springboard test script that caused test to fail 2013-05-03 17:35:38 -07:00
Nick Martin
cc57b443d4 Bump mongo version to 2.4 2013-05-03 17:10:33 -07:00
David Glasser
8781477e64 Update notices and HISTORY. 2013-04-25 16:48:34 -07:00
David Glasser
8b047447fc Update HISTORY and notices. 2013-04-25 14:24:13 -07:00
Avital Oliver
c6c24dffb5 Correct comment 2013-04-24 15:34:58 -07:00
Avital Oliver
1ef5cfceb1 Glasser code review 2013-04-24 15:27:17 -07:00
Avital Oliver
b8886b3935 Improve CLI testing
- Test fake installed version of CLI
- Test springboarding against a fake release
2013-04-24 15:27:17 -07:00
Avital Oliver
97b4ed263d 0.6.2.1 2013-04-24 11:10:16 -07:00
Nick Martin
922e348145 banner text 2013-04-16 12:42:44 -07:00
Nick Martin
1d8d1cdf80 Notices and banner. 2013-04-16 00:04:52 -07:00
Nick Martin
777e36650d More fixes for homedirs with spaces in their name.
Also, go on a quoting spree on places that weren't problems, so no one copies bad bash.
2013-04-15 19:46:15 -07:00
David Glasser
47e4005cc0 Add package-specific notice for d3. 2013-04-10 10:29:09 -07:00
Avital Oliver
a163c78dd0 0.6.1 2013-04-08 10:42:07 -07:00
Avital Oliver
055cd82f2e improve usage string for publish-release.sh 2013-04-08 10:05:14 -07:00
Avital Oliver
505ade3025 v0.6.1: History.md and notices.json 2013-04-08 09:58:09 -07:00
David Glasser
8b7f400e69 Ready to bless 0.6.0. 2013-04-04 11:50:25 -07:00
David Glasser
2ab85a16c3 notices for 0.6.0-rc8 2013-04-03 21:39:27 -07:00
David Glasser
bb9e78f562 fix shell script 2013-04-03 21:16:23 -07:00
David Glasser
643f5fac05 Ensure that tarballs do not contain hard links.
Make whitespace changes to tools and mongo-livedata so that we will build new
package versions with non-hard-linked Node plugins.
2013-04-03 21:14:25 -07:00
David Glasser
0b83b4b08f Banner for 0.6.0. 2013-04-03 19:56:06 -07:00
David Glasser
895ef39014 0.6.0-rc7 banner/notices 2013-04-03 13:03:00 -07:00
David Glasser
df67b99b3d Switch publish-release argument order again.
Validate that you have 3 files for each thing you're publishing.
2013-04-02 12:31:13 -07:00
David Glasser
d7c25052a5 allow TEST_RELEASE with --global 2013-04-01 17:19:08 -07:00
David Glasser
9a0fd7f5d7 make cli-test.sh --global work again 2013-04-01 17:14:28 -07:00
David Glasser
d4ed669544 pushing out 0.6.0-rc3 2013-04-01 17:01:25 -07:00
David Glasser
37efbe767a Add a notice for 0.6.0. 2013-04-01 15:38:10 -07:00
David Glasser
c07f2946b8 Notices for 0.6.0-rc2. 2013-04-01 12:31:14 -07:00
David Glasser
f53cabc1e0 "announcing" is good in banners 2013-04-01 12:14:31 -07:00
David Glasser
d5cdc2b48a 0.6.0-rc1 announcements. 2013-04-01 12:07:51 -07:00
David Glasser
a411848325 0.6.0-alpha4 2013-03-31 23:13:14 -07:00
David Glasser
69b19330a2 make cli-test pass again 2013-03-30 17:58:04 -07:00
David Glasser
32593f3940 install-engine: Extra newline after download, and use an exec instead of piping
everything manually.
2013-03-30 17:54:49 -07:00
David Glasser
c7e5582537 Remove /usr/local/meteor.old after Mac upgrade to engine. 2013-03-30 17:50:30 -07:00
David Glasser
894dfdc546 more alphas 2013-03-30 00:48:00 -07:00
David Glasser
1e2a40ef2b Use GNU tar on Mac to avoid warnings. 2013-03-30 00:47:52 -07:00
David Glasser
1c36bbaa79 Use normal tar, not node-tar, to create bootstrap tarballs 2013-03-30 00:08:34 -07:00
David Glasser
bce332dbbb Use CDN to download bootstrap tarballs. 2013-03-29 23:50:56 -07:00
David Glasser
59f55f9a8c update notices for 0.6.0-alpha1 2013-03-29 23:44:58 -07:00
David Glasser
af8ddf5811 publish-release.sh: switch order of arguments.
I found myself typing "HEAD" a whole lot!
2013-03-29 23:07:50 -07:00
David Glasser
d9af3c210d make run-tools-tests pass for a brief while 2013-03-29 22:43:38 -07:00
David Glasser
8ed6e80771 notice printing, as per script 2013-03-29 18:30:17 -07:00
David Glasser
4df4a5e03c fix cli-test for new help text 2013-03-29 16:26:51 -07:00
David Glasser
6935f63b2c pipe everything to stderr.
(stdout is lost in some contexts, eg emacs shell?)
2013-03-29 11:52:34 -07:00
David Glasser
c5d9ae151a figure out stdio stuff 2013-03-29 11:52:34 -07:00
David Glasser
513a6f2571 oops, no-* is specially handled 2013-03-29 11:52:34 -07:00
David Glasser
d8179cd255 some extra newlines 2013-03-29 11:52:34 -07:00
David Glasser
8d8bacd9a9 checkpoint for upgrade-to-engine.sh 2013-03-29 11:52:34 -07:00
David Glasser
250b9b9826 fresh files 2013-03-29 11:52:33 -07:00