Commit Graph

58 Commits

Author SHA1 Message Date
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
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
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
8ed6e80771 notice printing, as per script 2013-03-29 18:30:17 -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
David Glasser
0eff9604fc use meteor --get-ready instead of --version in places where we're trying to make
sure a checkout is complete
2013-03-29 11:52:33 -07:00
David Glasser
111582d757 fixes for per-arch packages 2013-03-29 11:52:33 -07:00
David Glasser
19521f56f3 fix issues 2013-03-29 11:52:33 -07:00
David Glasser
71b6708c66 packages now per-platform 2013-03-29 11:52:33 -07:00
David Glasser
5c366a34fe build arch-specific packages, which contain NPM modules! 2013-03-29 11:52:33 -07:00
David Glasser
40d21e54a9 quote path in bless-release 2013-03-29 11:52:33 -07:00
David Glasser
ace7b7f56c update bless-release for new platforms 2013-03-29 11:52:33 -07:00
David Glasser
734c185a89 Call "uname plus arch" the "platform".
Normalize to _ (like dev bundle) rather than - (like old releases).
2013-03-29 11:52:33 -07:00
David Glasser
3c8f21a409 make TEST_WAREHOUSE_DIR a non-test thing called METEOR_WAREHOUSE_DIR
(the non-springboarding piece of that is now controlled by
METEOR_TEST_NO_SPRINGBOARD)

This means that run-all-tests.sh can use launch-meteor to bootstrap a warehouse
instead of starting with an empty warehouse directory (which is no longer
allowed).

also, fix npm module usage out of the bootstrap tarball: we were too liberal in
the "never update npm dependencies in the warehouse" rule since the bootstrap
tarball would contain packages with no node_modules (or if we had a failure
between downloading a package and running installNpmDependencies).  instead,
"never update npm dependencies in the warehouse if .npm/node_modules already
exists".
2013-03-29 11:52:32 -07:00
David Glasser
27923d8b24 move upgrade-to-engine stuff into a subdir.
i *think* this stuff should currently work with the new bootstrappy but have not
tested. certainly, the text is bad.
2013-03-22 23:52:54 -07:00
David Glasser
8ebcca8f6d New install-engine.sh script. 2013-03-22 23:47:33 -07:00
David Glasser
001476036c In launch-meteor, print all messages to standard error.
That way (eg) `meteor --version` prints to stdout the version even if there's
some bootstrapping required.
2013-03-22 22:37:34 -07:00
David Glasser
18a0e0ab72 manage git tags in publish/bless-release 2013-03-22 22:34:03 -07:00
David Glasser
9a38eb2b56 Slight improvements to launch-meteor. 2013-03-22 22:00:14 -07:00
David Glasser
d5c85ec5c4 Overhaul release blessing process.
Blessing is now the time that bootstrap tarballs are created.

There's a banner that goes into the global manifest (stored in
scripts/admin/banner.txt).

The global manifest.json is now entirely generated: there's no record of the
current version stored in git.

Have not yet updated launch-meteor or install-template.sh or the fake release
for this brave new bootstrap world, or https://install-bootstrap.meteor.com/.
2013-03-22 19:15:18 -07:00
David Glasser
2aec0f636c publish-release now lets you specify the git rev to publish (from jenkins)
and the release name.
2013-03-22 16:01:21 -07:00
David Glasser
ea311b1c56 Stop building bootstrap tarballs at release time.
Going to build them at bless time instead.
2013-03-22 13:28:49 -07:00
David Glasser
eb72c0ee40 Add a friendly comment to the top of launch-meteor. 2013-03-21 15:47:14 -07:00
David Glasser
664b98ba5e Make directories in the warehouse contain read-only files. 2013-03-21 15:16:48 -07:00
David Glasser
db2037978c make build-tools-tree more set-e/u 2013-03-21 11:33:42 -07:00
David Glasser
7eb4dbe7c2 Push 0.6.0-alpha1 2013-03-20 00:44:16 -07:00