| commit | 948fd841524199d8926af5f2aed8d7b71d3eb562 | [log] [tgz] |
|---|---|---|
| author | Jesse Andrews <anotherjesse@gmail.com> | Tue Sep 13 00:04:31 2011 -0700 |
| committer | Jesse Andrews <anotherjesse@gmail.com> | Tue Sep 13 00:04:31 2011 -0700 |
| tree | 977ab9bde7c925227ee2dfc568050f7e75539678 | |
| parent | 710eeec0f4d49cec4102bba6a8467df56307f297 [diff] | |
| parent | 1bbd9e01dfb086e44ea54aae819bf335a1c48953 [diff] |
Merge branch 'master' of github.com:cloudbuilders/nfs-stack
diff --git a/stack.sh b/stack.sh index 730dc5c..f537f9e 100755 --- a/stack.sh +++ b/stack.sh
@@ -54,7 +54,7 @@ sudo apt-get install -y -q `cat $DIR/apts/* | cut -d\# -f1` # install python requirements -sudo pip install `cat $DIR/pips/*` +sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install `cat $DIR/pips/*` # git clone only if directory doesn't exist already function git_clone {