From 65ee4902a77755a4037a6357ad7e375da3299002 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 5 Dec 2011 23:37:35 -0800 Subject: [PATCH 1/4] Update to Node 0.6.5. This now comes with npm, so we no longer need to build that separately. --- admin/generate-dev-bundle.sh | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 5ef4f59a09..69b28065fd 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -32,7 +32,7 @@ cd build git clone git://github.com/joyent/node.git cd node -git checkout v0.6.1 +git checkout v0.6.5 # Disable obnoxious print. No easy way to disable that I found. patch -p1 < Date: Mon, 5 Dec 2011 23:38:06 -0800 Subject: [PATCH 2/4] Add new packages. --- admin/generate-dev-bundle.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 69b28065fd..e84125d174 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -96,6 +96,8 @@ npm install uglify-js@1.1.1 npm install clean-css@0.2.4 npm install progress@0.0.4 npm install fibers@0.6.3 +npm install useragent@1.0.3 +npm install request@2.2.9 # patched versions to allow node 0.6. # This breaks websockets! From b3c83c994a37a94f7bc3bd67b25f5da50cd1b4aa Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 5 Dec 2011 23:38:37 -0800 Subject: [PATCH 3/4] Bump versions of old packages. --- admin/generate-dev-bundle.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index e84125d174..02674b5f37 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -81,19 +81,19 @@ which node which npm cd "$DIR/lib/node_modules" -npm install connect@1.7.2 -npm install connect-gzip@0.1.4 -npm install optimist@0.2.6 -npm install socket.io@0.8.2 -npm install coffee-script@1.1.2 +npm install connect@1.8.2 +npm install connect-gzip@0.1.5 +npm install optimist@0.2.8 +npm install socket.io@0.8.7 +npm install coffee-script@1.1.3 npm install less@1.1.5 -npm install mime@1.2.2 -npm install semver@1.0.9 -npm install wrench@1.2.0 +npm install mime@1.2.4 +npm install semver@1.0.12 +npm install wrench@1.3.2 npm install handlebars@1.0.2beta -npm install mongodb@0.9.6-19 +npm install mongodb@0.9.7-1.4 npm install uglify-js@1.1.1 -npm install clean-css@0.2.4 +npm install clean-css@0.3.0 npm install progress@0.0.4 npm install fibers@0.6.3 npm install useragent@1.0.3 From b81ae24ec517534c34639d3ccc3017dfd247cfbe Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 5 Dec 2011 23:38:58 -0800 Subject: [PATCH 4/4] Bump bundle version number. --- admin/generate-dev-bundle.sh | 2 +- skybreak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 02674b5f37..633e28b68c 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -2,7 +2,7 @@ set -e -BUNDLE_VERSION=0.0.4 +BUNDLE_VERSION=0.0.5 UNAME=$(uname) if [ "$UNAME" == "Linux" ] ; then diff --git a/skybreak b/skybreak index bfcb1f9075..358df8ac2f 100755 --- a/skybreak +++ b/skybreak @@ -1,6 +1,6 @@ #!/bin/bash -BUNDLE_VERSION=0.0.4 +BUNDLE_VERSION=0.0.5 # Find the script dir, following one level of symlink. if [ -L "$0" ] ; then