Commit Graph

136 Commits

Author SHA1 Message Date
Geoff Schmidt
d1d714ec66 'whoami' gracefully handles revocation of a credential
on a passwordless account. with test
2014-02-18 17:25:19 -08:00
David Glasser
72cc8603b5 publish-release needs a release file 2014-02-14 01:00:12 -08:00
David Glasser
120fa97417 slightly changed awssum 2014-02-05 17:03:11 -08:00
David Glasser
a49e7def5e Merge branch 'sso' into tool-refactoring
Conflicts:
	tools/meteor.js
	tools/run.js
2014-01-30 10:49:29 -08:00
Emily Stark
36ff205437 Merge remote-tracking branch 'origin/devel' into sso 2014-01-30 10:18:42 -08:00
Geoff Schmidt
e1994f6ece First installment of 'meteor run' tests.
Tests meteor --once and restarting on upgrade.
2014-01-29 02:02:17 -08:00
Avital Oliver
f8f94c7118 Try to fix inconsistent release manifest generation; Take 2 2014-01-27 14:15:53 -08:00
Avital Oliver
91c4d3d8a2 Try to fix inconsistent release manifest generation
Apparently on some platforms "a5" < "a-" and on others
"a-" < "a5"
2014-01-27 14:15:53 -08:00
David Glasser
a7d10d650d Update Node to 0.10.25. Remove bug workaround. 2014-01-23 12:15:29 -08:00
Emily Stark
b296dcbdf2 Merge remote-tracking branch 'origin/devel' into sso
Conflicts:
	packages/accounts-base/accounts_server.js
2014-01-02 17:46:01 -08:00
David Glasser
252caab5c1 Add instructions to https://install.meteor.com/ 2013-12-29 16:42:08 -08:00
David Glasser
4206955140 Better banner text 2013-12-20 13:58:30 -08:00
David Glasser
51ad916caf Banner and notice update for 0.7.0.1. 2013-12-20 13:53:08 -08:00
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