Commit Graph

22356 Commits

Author SHA1 Message Date
David Glasser
11f4c133fe test against "0.6.0" 2013-03-19 15:11:13 -07:00
David Glasser
72de060218 make background downloads quiet 2013-03-19 15:11:13 -07:00
David Glasser
f3d391180d comment fix 2013-03-19 15:11:12 -07:00
David Glasser
bd2e6bc5b7 Add comment about Meteor.release 2013-03-19 15:11:12 -07:00
David Glasser
cdaac4c8bf update engines/latest symlink! 2013-03-19 15:11:12 -07:00
Avital Oliver
986e435e47 Eliminate unused updater.CURRENT_VERSION 2013-03-19 15:11:12 -07:00
Avital Oliver
54d74d3742 No warehouseBaseUrl in manifest.json 2013-03-19 15:11:12 -07:00
David Glasser
bf88167330 unbreak deploying with password 2013-03-19 15:11:12 -07:00
Avital Oliver
c2c5ff5fef (maybe) make warehouse s3 objects public when published 2013-03-19 15:11:12 -07:00
Avital Oliver
71cc2e61f5 Correct previous wrong reordering 2013-03-19 15:11:12 -07:00
Avital Oliver
d729cd84e9 packages.meteor.com -> warehouse.meteor.com 2013-03-19 15:11:12 -07:00
Avital Oliver
7fc3b10568 clarifying comment 2013-03-19 15:11:12 -07:00
David Glasser
95db2bb00b let you update sans --release to a non-downloaded thing 2013-03-19 15:11:12 -07:00
Avital Oliver
3b2aee46f7 newline 2013-03-19 15:11:12 -07:00
David Glasser
d0656b285f make update --release more better 2013-03-19 15:11:12 -07:00
David Glasser
5f168a2a4a meteor update app 2013-03-19 15:11:11 -07:00
Avital Oliver
1a08a0f26d don't die if can't get manifest 2013-03-19 15:11:11 -07:00
David Glasser
c5ed11cfe5 oops, symlink should be to json file, not nothing 2013-03-19 15:11:11 -07:00
David Glasser
a38c5504b0 console.log 2013-03-19 15:11:11 -07:00
Avital Oliver
db7cfbaff8 A better attempt to tell users to upgrade on 'meteor run' 2013-03-19 15:11:11 -07:00
Avital Oliver
6443d7ba06 Attempt to notify users of new release on 'meteor run' 2013-03-19 15:11:11 -07:00
David Glasser
7d928d7a63 parallelize publish-release package publishing 2013-03-19 15:11:11 -07:00
David Glasser
732cfbb88d no-op change 2013-03-19 15:11:11 -07:00
David Glasser
24f19ce2d8 springboard me maybe 2013-03-19 15:11:11 -07:00
David Glasser
528527a2de dependency on release file 2013-03-19 15:11:11 -07:00
David Glasser
776bdb7190 move update code into meteor.js. maybe global 'meteor update' works 2013-03-19 15:11:11 -07:00
David Glasser
948cf0e2f1 global meteor update 2013-03-19 15:11:11 -07:00
David Glasser
31de9f8a21 stupid script to make a sha-ish release into a numbered release and update the
bootstrap tarball
2013-03-19 15:11:11 -07:00
David Glasser
db9747cb39 read engine version as string 2013-03-19 15:11:11 -07:00
David Glasser
947ddc7366 Don't download engines that we already have. 2013-03-19 15:11:10 -07:00
David Glasser
8e06811e50 .wait 2013-03-19 15:11:10 -07:00
David Glasser
00d250c376 future.wrap on get_manifest didn't work (bad callback type).
just make it sync instead.
2013-03-19 15:11:10 -07:00
David Glasser
aa105b7c8a fix typo 2013-03-19 15:11:10 -07:00
David Glasser
f202c09a2e ensure some release 2013-03-19 15:11:10 -07:00
Avital Oliver
1eafa07ecd checkpoint 2013-03-19 15:11:10 -07:00
David Glasser
81db8fd5c0 latestRelease now goes based on a symlink, not semver 2013-03-19 15:11:10 -07:00
David Glasser
fbfe6547c6 New fields in manifest.json for engine branch.
The old fields will be ignored by engine branch and will continue to be used to
get pre-engine releases up to engine land.
2013-03-19 15:11:10 -07:00
Avital Oliver
40717f1f20 Clarifications from Glasser's review 2013-03-19 15:11:10 -07:00
David Glasser
63af805c02 build a tarball that can be used to upgrade from non-engine to engine
works on mac!
2013-03-19 15:11:10 -07:00
David Glasser
7c390c6651 Move another script that we rebased into admin into tools 2013-03-19 15:11:10 -07:00
Avital Oliver
942b8d3880 Packages in apps 2013-03-19 15:11:10 -07:00
Avital Oliver
bd6ed0a85d publish-release.sh: update git submodules for the 'awssum' smart package 2013-03-19 15:11:10 -07:00
Avital Oliver
dfd837934e Improve error when package not found in PACKAGE_DIRS locally 2013-03-19 15:11:09 -07:00
Avital Oliver
a919cb3499 attempt to use git submodules 2013-03-19 15:11:09 -07:00
Avital Oliver
c421a22457 publish-release.sh: Explicitly print published artifacts 2013-03-19 15:11:09 -07:00
David Glasser
a798fb25ab extend an XXX comment 2013-03-19 15:11:09 -07:00
Avital Oliver
794a05b7e6 Pass release into bundler in all cases 2013-03-19 15:11:09 -07:00
David Glasser
431ff65731 no more warehouses in checkouts 2013-03-19 15:11:09 -07:00
David Glasser
64976872e9 files.get*Current*EngineDir 2013-03-19 15:11:09 -07:00
David Glasser
a5dc7de519 - die if you use --release in a checkout
- don't run calculateReleaseVersion twice for test-packages
- DTRT for test-packages in a checkout
2013-03-19 15:11:09 -07:00