Merge branch 'master' of github.com:cloudbuilders/nfs-stack

This commit is contained in:
Jesse Andrews 2011-09-13 00:04:31 -07:00
commit 948fd84152

View file

@ -54,7 +54,7 @@ MYSQL_PRESEED
sudo apt-get install -y -q `cat $DIR/apts/* | cut -d\# -f1` sudo apt-get install -y -q `cat $DIR/apts/* | cut -d\# -f1`
# install python requirements # 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 # git clone only if directory doesn't exist already
function git_clone { function git_clone {