Commit Graph

2980 Commits

Author SHA1 Message Date
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
Avital Oliver
c6a4b63e98 Checkouts don't load releases, take 2 2013-03-19 15:11:09 -07:00
David Glasser
dcc44529ad don't use a release manifest in a checkout
[ ... whiteboard task to look into this further ...]
2013-03-19 15:11:09 -07:00
David Glasser
fcaac0a86c missing var 2013-03-19 15:11:09 -07:00
David Glasser
5aabe7a85f springboarding appears to actually work 2013-03-19 15:11:09 -07:00
David Glasser
bba7bda220 remove debugging code 2013-03-19 15:11:09 -07:00
David Glasser
86962e30a8 maybe springboarding works 2013-03-19 15:11:08 -07:00
David Glasser
c2a1012fdd rename get_core_dir -> getEngineDir 2013-03-19 15:11:08 -07:00
David Glasser
d4660e6d5f get tarball path correctly 2013-03-19 15:11:08 -07:00
Avital Oliver
5580dd901a Detect when we should springboard 2013-03-19 15:11:08 -07:00
Avital Oliver
37de5dae21 Stamp engine version in ENGINE/.engine_version.txt 2013-03-19 15:11:08 -07:00
Avital Oliver
40df772498 WIP: Leave placemark comments in code in preparation for engine version springboard 2013-03-19 15:11:08 -07:00
Avital Oliver
3b6c1bc741 Glasser code review 2013-03-19 15:11:08 -07:00
Avital Oliver
b8612d7c84 Minor comment correction 2013-03-19 15:11:08 -07:00
Avital Oliver
ee1d36adc3 Minor changes from Nick code review 2013-03-19 15:11:08 -07:00
David Glasser
2db2392b10 Add a "uname and arch" function, borrowed from update.js. 2013-03-19 15:11:08 -07:00
Avital Oliver
089c6fad21 Remove now unused upload-packages-to-s3.sh 2013-03-19 15:11:08 -07:00
Avital Oliver
f6234b2aa9 Improve error when testing a non-existant package 2013-03-19 15:11:08 -07:00
Avital Oliver
4aa1201d9f Publish release 2013-03-19 15:11:08 -07:00
Avital Oliver
850aea71ae Generate release manifest 2013-03-19 15:11:08 -07:00
Avital Oliver
84927fab91 Build package tarballs 2013-03-19 15:11:07 -07:00
Avital Oliver
fe003150bc Generate engine version by hashing files 2013-03-19 15:11:07 -07:00
Avital Oliver
1196c6a247 Fix spark-standalone.sh 2013-03-19 15:11:07 -07:00
Avital Oliver
8057ff07c2 For formatting for 'meteor --help'
'meteor test-packages' is long
:
2013-03-19 15:11:07 -07:00
Avital Oliver
d34b4b8d29 cleanup rebase mistake 2013-03-19 15:11:07 -07:00
Avital Oliver
55bfce0de2 'meteor test-packages' improvements:
- Allow testing a package directory in isolation
- Allow specifying a release version to use while running
  tests
2013-03-19 15:11:07 -07:00
Avital Oliver
28af50e403 More of Glasser's code review comments 2013-03-19 15:11:07 -07:00