Commit Graph

123 Commits

Author SHA1 Message Date
Geoff Schmidt
b9f63839e6 Merge branch 'devel' into sso 2013-12-19 17:17:01 -08:00
Nick Martin
8bd400e560 lets do 0.7.0 instead 2013-12-17 10:54:33 -08:00
Nick Martin
a0734bfe58 strawman banner.txt and notices. 2013-12-17 01:43:20 -08:00
Geoff Schmidt
14337d416c support meteor --get-ready for warehouse installs too 2013-12-09 04:18:54 -08:00
Nick Martin
b20c2c6ef6 Try to create /usr/local if it doesn't exist. New MacOSX comes with /usr/local/bin in the path, but not existing on disk. 2013-11-12 18:02:58 -08:00
Avital Oliver
3dedfc6083 0.6.6.3 banner tweaked by matt 2013-11-04 12:01:00 -08:00
Avital Oliver
f8bd4910b2 empty notices for 0.6.6.3 2013-11-01 15:59:42 -07:00
Avital Oliver
faeca08711 banner for 0.6.6.3 2013-11-01 15:59:16 -07:00
Nick Martin
d687d974a0 banner and notices for 0.6.6.2 2013-10-21 15:25:34 -07:00
Nick Martin
cb1d30c7e8 History for 0.6.6.1 2013-10-11 17:19:27 -07:00
Nick Martin
47babd170f banner and notices for 0.6.6.1 2013-10-11 17:12:10 -07:00
Nick Martin
3733ab1c72 fix bless release script for update getUrl function. 2013-10-10 12:58:05 -07:00
Nick Martin
82067795f6 banner text tweak. 2013-10-10 12:45:40 -07:00
Nick Martin
b9562447bd Notices and first draft banner. 2013-10-09 20:58:03 -07:00
David Glasser
35fc8bf5f5 Rename warehouse S3 bucket to be SSL-compatible. 2013-10-04 15:47:55 -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
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
f29e4a37c9 Switch bootstrap tarballs to CNAME for CloudFront. 2013-07-18 08:06:27 -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
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
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
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
226c19ba6a Merge submodule metadata from devel too 2013-06-10 12:23:36 -07:00
David Glasser
99ce3fa4f3 Merge branch 'devel' into linker
Conflicts:
	packages/livedata/stream_server.js
2013-06-10 12:12:47 -07:00
Nick Martin
5beeaab682 banner text tweak. 2013-06-10 11:34:35 -07:00
Nick Martin
659cc1403b metadata updates for 0.6.4 2013-06-06 21:48:48 -07:00
David Glasser
6d4ebcb885 Use newer awssum 2013-05-30 14:05:22 -07:00
David Glasser
8a7b1ddf35 Merge branch 'devel' into linker.
Conflicts:
	meteor
	packages/absolute-url/.gitignore
	packages/accounts-base/package.js
	packages/accounts-oauth/package.js
	packages/audit-argument-checks/.gitignore
	packages/coffeescript/.gitignore
	packages/coffeescript/package.js
	packages/localstorage-polyfill/.gitignore
	packages/oauth1/package.js
	packages/oauth2/package.js
	packages/random/random.js
	scripts/generate-dev-bundle.sh
	tools/packages.js
	tools/run.js
	tools/server/server.js
2013-05-28 15:10:48 -07:00