forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
128 changed files
with
13,198 additions
and
7,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,13 +156,6 @@ stylus: https://github.com/learnboost/stylus | |
Copyright (c) 2010 LearnBoost <[email protected]> | ||
|
||
|
||
---------- | ||
sass: https://github.com/visionmedia/sass.js | ||
---------- | ||
|
||
Copyright (c) 2009 TJ Holowaychuk <[email protected]> | ||
|
||
|
||
---------- | ||
jquery-waypoints: https://github.com/imakewebthings/jquery-waypoints | ||
---------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,11 +67,14 @@ You'll then be able to read the docs locally in your browser at ```http://localh | |
|
||
## Developer Resources | ||
|
||
Get in touch! We'd love to hear what you think. You can get involved | ||
in several ways: | ||
Building an application with Meteor? | ||
|
||
* Announcement list: sign up at http://www.meteor.com/ | ||
* IRC: ```#meteor``` on ```irc.freenode.net``` | ||
* Ask a question: http://stackoverflow.com/questions/tagged/meteor | ||
* Email us: ```[email protected]``` | ||
* How to contribute to Meteor: https://github.com/meteor/meteor/wiki | ||
* Meteor help and discussion mailing list: https://groups.google.com/group/meteor-talk | ||
* IRC: ```#meteor``` on ```irc.freenode.net``` | ||
|
||
Interested in contributing to Meteor? | ||
|
||
* Core framework design mailing list: https://groups.google.com/group/meteor-core | ||
* Contribution guidelines: https://github.com/meteor/meteor/wiki |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
meteor (0.5.0-1) unstable; urgency=low | ||
meteor (0.5.1-1) unstable; urgency=low | ||
|
||
* Automated debian build. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
set -e | ||
set -u | ||
|
||
BUNDLE_VERSION=0.2.5 | ||
BUNDLE_VERSION=0.2.8 | ||
UNAME=$(uname) | ||
ARCH=$(uname -m) | ||
|
||
|
@@ -13,8 +13,8 @@ if [ "$UNAME" == "Linux" ] ; then | |
echo "Meteor only supports i686 and x86_64 for now." | ||
exit 1 | ||
fi | ||
MONGO_NAME="mongodb-linux-${ARCH}-2.2.0" | ||
MONGO_URL="http://fastdl.mongodb.org/linux/${MONGO_NAME}.tgz" | ||
MONGO_OS="linux" | ||
|
||
elif [ "$UNAME" == "Darwin" ] ; then | ||
SYSCTL_64BIT=$(sysctl -n hw.cpu64bit_capable 2>/dev/null || echo 0) | ||
if [ "$ARCH" == "i386" -a "1" != "$SYSCTL_64BIT" ] ; then | ||
|
@@ -30,8 +30,7 @@ elif [ "$UNAME" == "Darwin" ] ; then | |
exit 1 | ||
fi | ||
|
||
MONGO_NAME="mongodb-osx-${ARCH}-2.2.0" | ||
MONGO_URL="http://fastdl.mongodb.org/osx/${MONGO_NAME}.tgz" | ||
MONGO_OS="osx" | ||
else | ||
echo "This OS not yet supported" | ||
exit 1 | ||
|
@@ -55,6 +54,8 @@ cd build | |
|
||
git clone git://github.com/joyent/node.git | ||
cd node | ||
# When upgrading node versions, also update the values of MIN_NODE_VERSION at | ||
# the top of app/meteor/meteor.js and app/server/server.js. | ||
git checkout v0.8.11 | ||
|
||
./configure --prefix="$DIR" | ||
|
@@ -70,40 +71,44 @@ which node | |
|
||
which npm | ||
|
||
# When adding new node modules (or any software) to the dev bundle, | ||
# remember to update LICENSE.txt! Also note that we include all the | ||
# packages that these depend on, so watch out for new dependencies when | ||
# you update version numbers. | ||
|
||
cd "$DIR/lib/node_modules" | ||
npm install [email protected] # not 2.x yet. sockjs doesn't work w/ new connect | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
npm install [email protected] | ||
# pinned at older version. 0.1.16+ uses mimelib, not mimelib-noiconv | ||
# which make the dev bundle much bigger. We need a better solution. | ||
npm install [email protected] | ||
# When adding new node modules (or any software) to the dev bundle, remember to | ||
# update LICENSE.txt! | ||
npm install [email protected] | ||
npm install [email protected] | ||
|
||
# Sockjs has a broken optional dependancy, and npm optional dependancies | ||
# don't seem to quite work. Fake it out with a checkout. | ||
git clone http://github.com/akdubya/rbytes.git | ||
npm install [email protected] | ||
rm -rf rbytes | ||
# progress 0.1.0 has a regression where it opens stdin and thus does not | ||
# allow the node process to exit cleanly. See | ||
# https://github.com/visionmedia/node-progress/issues/19 | ||
npm install [email protected] | ||
|
||
# pinned at older version. 0.1.16+ uses mimelib, not mimelib-noiconv | ||
# which make the dev bundle much bigger. We need a better solution. | ||
npm install [email protected] | ||
|
||
# If you update the version of fibers in the dev bundle, also update the "npm | ||
# install" command in docs/client/concepts.html. | ||
npm install [email protected] | ||
# Fibers ships with compiled versions of its C code for a dozen platforms. This | ||
# bloats our dev bundle, and confuses dpkg-buildpackage and rpmbuild into | ||
|
@@ -118,7 +123,14 @@ mv ../$FIBERS_ARCH . | |
cd ../.. | ||
|
||
|
||
# Download and install mongodb. | ||
# To see the mongo changelog, go to http://www.mongodb.org/downloads, | ||
# click 'changelog' under the current version, then 'release notes' in | ||
# the upper right. | ||
cd "$DIR" | ||
MONGO_VERSION="2.2.1" | ||
MONGO_NAME="mongodb-${MONGO_OS}-${ARCH}-${MONGO_VERSION}" | ||
MONGO_URL="http://fastdl.mongodb.org/${MONGO_OS}/${MONGO_NAME}.tgz" | ||
curl "$MONGO_URL" | tar -xz | ||
mv "$MONGO_NAME" mongodb | ||
|
||
|
@@ -129,6 +141,11 @@ cd mongodb/bin | |
rm bsondump mongodump mongoexport mongofiles mongoimport mongorestore mongos mongosniff mongostat mongotop mongooplog mongoperf | ||
cd ../.. | ||
|
||
# Clean up an unneeded directory accidentally installed by the | ||
# node-mongo-native driver. This will be fixed in later versions, but | ||
# for now we have to manually remove it. | ||
# https://github.com/mongodb/node-mongodb-native/issues/736 | ||
rm -rf lib/node_modules/mongodb/.coverage_data | ||
|
||
|
||
echo BUNDLING | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "0.5.0", | ||
"deb_version": "0.5.0-1", | ||
"rpm_version": "0.5.0-1", | ||
"version": "0.5.1", | ||
"deb_version": "0.5.1-1", | ||
"rpm_version": "0.5.1-1", | ||
"urlbase": "https://d3sqy0vbqsdhku.cloudfront.net" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.