Skip to content

Commit

Permalink
Revert node-progress back to 0.0.5 to deal with regression. Also bump…
Browse files Browse the repository at this point in the history
… http-proxy to 0.8.5, with the maxSockets regression fixed.
  • Loading branch information
n1mmy committed Nov 19, 2012
1 parent c1c1fd9 commit 5a66889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions admin/generate-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

BUNDLE_VERSION=0.2.7
BUNDLE_VERSION=0.2.8
UNAME=$(uname)
ARCH=$(uname -m)

Expand Down Expand Up @@ -90,17 +90,19 @@ 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]

# 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]

# 0.8.4 contains a regression w/ maxSockets support. it is fixed on
# master, and will hopefully be in 0.8.5.
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]
Expand Down
2 changes: 1 addition & 1 deletion meteor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BUNDLE_VERSION=0.2.7
BUNDLE_VERSION=0.2.8

# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.
Expand Down

0 comments on commit 5a66889

Please sign in to comment.