David Glasser
6c1f92e891
Might as well use the version that just got released (0.10.19).
2013-09-24 23:31:47 -07:00
David Glasser
411c6cf8f4
Update to Node 0.10.18, bumping dev bundle version. Use caronte.
2013-09-24 17:13:37 -07:00
Nick Martin
ca080b1477
bump mongo and dev bundle version.
2013-09-23 20:53:09 -07:00
Maxhodges
8afa4f2c9e
typo. "with" repeated twice.
2013-09-23 10:49:53 -07:00
David Winterbottom
a174b549b9
Correct typo in install script error message
2013-09-12 12:31:54 -07:00
Nick Martin
61f84eb7e7
banner and notices for 0.6.5.1
2013-08-27 20:17:59 -07:00
Matt DeBergalis
cf1ab2e761
scripts/admin/notices.json
2013-08-14 13:15:00 -07:00
Matt DeBergalis
9ee1572097
scripts/admin/notices.json
2013-08-14 13:13:29 -07:00
Matt DeBergalis
fb508ae12a
0.6.5 banner
2013-08-14 12:57:43 -07:00
Nick Martin
bfe4d2e8e6
oops, add a word.
2013-08-12 22:29:09 -07:00
Nick Martin
66f55ca64b
update notices.json for 0.6.5
2013-08-12 22:23:24 -07:00
David Glasser
997fbf33f6
Re-enable cli-test with fake warehouse.
2013-08-02 18:41:15 -07:00
David Glasser
5d65352c47
publish-release: S3 gives us a Buffer.
2013-07-30 19:58:41 -07:00
David Glasser
9fba51960c
Clean up arch name in buildinfo when generating hashes.
...
Publish release manifests separately by platform and check they are the same in
publish-release.
2013-07-30 19:43:40 -07:00
David Glasser
c9aa2ac16b
release process: export env var used by subcommand
2013-07-30 19:17:55 -07:00
David Glasser
2a750e64de
build-package-tarballs chooses version based on buildinfo.json.
2013-07-30 15:32:06 -07:00
David Glasser
d21d0bffff
... and keep updating awssum.
2013-07-29 11:14:31 -07:00
David Glasser
127fdb3f7c
Update awssum.
2013-07-29 11:12:30 -07:00
David Glasser
e3c18578e3
Call upgraders at "meteor update" time.
...
Add "app-packages" to the list of upgraders in a release JSON.
2013-07-29 10:57:06 -07:00
David Glasser
7f545db79e
Also include awssum update
2013-07-26 19:04:13 -07:00
David Glasser
4e222d8e26
The standard app packages are brought in explicitly now.
...
.meteor/packages in new apps now contains "standard-app-packages", which implies
the standard set of packages like mongo-livedata. There is no special-casing in
initFromAppDir. This line has been added to all the examples, etc.
There's a new concept of "upgraders". "meteor run-upgrader app-packages" will
add standard-app-packages to the app, as well as all of the package in the app's
packages/ directory (an unrelated change since 0.6.4). This will be integrated
soon with "meteor update"; run-upgrader is essentially for testing.
project.add_package no longer adds packages that are already there.
2013-07-26 19:02:12 -07:00
David Glasser
0cbbfb4d5e
update awssum
2013-07-25 18:54:40 -07:00
Emily Stark
bd7e0d768c
Merge branch 'master' into devel
...
Conflicts:
History.md
docs/.meteor/release
packages/mongo-livedata/.npm/package/npm-shrinkwrap.json
packages/mongo-livedata/package.js
2013-07-19 16:05:29 -07:00
Emily Stark
6d6a0977e2
Update banner and notices to 0.6.4.1
2013-07-19 15:32:57 -07:00
David Glasser
94810814d6
No longer use NPM progress module.
2013-07-19 10:42:56 -07:00
David Glasser
c1667c7d0c
Move clean-css and uglify-js from dev bundle to a new minifiers package.
...
This will make it much easier to upgrade them and test new versions.
(They are still called from the bundler, so changes to how we access them (eg
source map support) will require modifying tools, but just "upgrade to new
version" now is much easier.)
2013-07-18 10:31:52 -07:00
David Glasser
59bec95724
Add a comment about new Uglify version.
2013-07-18 10:17:49 -07:00
David Glasser
f29e4a37c9
Switch bootstrap tarballs to CNAME for CloudFront.
2013-07-18 08:06:27 -07:00
David Glasser
88d12e76e6
Upgrade Underscore to 1.5.1.
...
A cursory glance at the diff suggests that this will not affect anything we do
in Meteor.
2013-07-17 12:21:38 -07:00
David Glasser
46871d3fa6
Update more NPM packages.
...
- clean-css: 0.8.3 - 1.0.11
- progress: 0.0.5 - 1.0.0 (includes the bug fix we requested)
Don't try to install source-map twice, oops.
2013-07-17 12:10:25 -07:00
David Glasser
625aed5ea3
Upgrade fibers to 1.0.1. Specify the tested Node version in more places.
...
Dev bundle version not yet bumped.
Fixes #1153 .
2013-07-17 11:48:10 -07:00
David Glasser
b7f6a093a4
dev bundle: use source-map version which took our PR.
...
Point to a slightly refactored version of source-map-support.
Have not yet bumped dev bundle version.
2013-07-17 11:43:23 -07:00
David Glasser
1e002707a2
Rename "build version" to "built by" in other places too.
2013-07-17 00:02:58 -07:00
David Glasser
4afb7129f0
Allow bundler-test and watch-test to be run from anywhere.
2013-07-16 12:48:26 -07:00
David Glasser
c37ed42b80
Move buildVersion into buildinfo.json, and drop that file from built tarballs.
2013-07-16 09:16:32 -07:00
David Glasser
71065615be
Update to linker-compatible awssum.
2013-07-15 12:45:21 -07:00
David Glasser
02a123a47c
Introduce concept of "build version" to unipackages.
...
We bump the "build version" of the tools precisely when we want to rebuild all
packages. This handles the "I ran meteor update, I may need to rebuild my
app/$PACKAGE_DIRS packages" case, as well as ensuring that warehouse package
version numbers are incremented when we need to rebuild all packages (but not on
EVERY tools directory change).
2013-07-15 12:36:02 -07:00
David Glasser
ec6abfb2f9
Release unipackages instead of source trees.
2013-07-15 11:19:51 -07:00
David Glasser
3205e33537
using source maps in JSImage.load now probably works
2013-07-12 10:11:31 -07:00
David Glasser
177a5684c9
checkpoint for using source maps in jsimage.load
...
syntax error parsing is broken, will fix
2013-07-12 10:11:31 -07:00
David Glasser
01a1bc8d6b
On server, parse source maps less often.
2013-07-12 10:11:30 -07:00
David Glasser
91142a5636
Upgrade to newer source-map (same as what node-source-map-support uses).
2013-07-12 10:11:28 -07:00
David Glasser
32aa96c232
Add node-source-map-support to dev bundle.
2013-07-12 10:11:28 -07:00
Geoff Schmidt
2a0f7afa7d
Add 'source-map' to dev_bundle and bump dev_bundle version.
...
(Consider this a preliminary version number, subject to
change, until this branch is actually merged.)
2013-07-12 10:11:28 -07:00
Slava Kim
82552022d8
Update dev_bundle's mongodb binaries
...
- Dev_bundle generation: Compile mongodb binaries (mongo, mongod) with ssl
support, statically linking compiled openssl libs.
- meteor mongo website: parse mongo url and pass ssl flag to mongo shell in case
of "?ssl=true" in mongo url from mother/galaxy.
- added script to generate all mongodb binaries with ssl support on linux
platform.
2013-07-10 12:42:29 -07:00
David Glasser
e07445cd75
Merge branch 'devel' into linker
...
This pulls the Node upgrade, which needs a different dev bundle version number
here
Conflicts:
meteor
tools/server/server.js
2013-06-10 16:58:03 -07:00
David Glasser
870b0c5065
Bump MIN_NODE_VERSION.
2013-06-10 15:52:30 -07:00
David Glasser
4e4e5add87
chmod +x and fix bug in new script
2013-06-10 15:47:56 -07:00
David Glasser
e72c7472a8
Restore copy from jenkins script, this time for dev bundle
2013-06-10 13:18:32 -07:00
David Glasser
3c5c9579df
Update Node to 0.8.24 and MongoDB to 2.4.4.
...
Have not yet tweaked MIN_NODE_VERSION.
We are still avoiding Node 0.10 because http-proxy has bugs with websocket
proxying on Node 0.10.
2013-06-10 12:32:58 -07:00