Commit 1dd1afc9 authored by Kenneth Reitz's avatar Kenneth Reitz

GIT_TRACE

parent c1e8b1d8
...@@ -28,11 +28,6 @@ function virtualenv (){ ...@@ -28,11 +28,6 @@ function virtualenv (){
} }
cd $BUILD_DIR cd $BUILD_DIR
curl -s -L -o git.tar.gz http://git-core.googlecode.com/files/git-1.7.9.tar.gz
tar -zxvf git.tar.gz
export NO_MSGFMT=yes
cd git-1.7.9; ./configure --without-tcltk ; make
export PATH=:$BUILD_DIR/git-1.7.9/:$PATH
# Reject a non-packaged Django app. # Reject a non-packaged Django app.
if [ "$NAME" = "Python" ]; then if [ "$NAME" = "Python" ]; then
...@@ -93,6 +88,8 @@ fi ...@@ -93,6 +88,8 @@ fi
# Install dependencies. # Install dependencies.
set +e set +e
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')" echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')"
export GIT_TRACE=1
pip install --use-mirrors -r requirements.txt -v | indent pip install --use-mirrors -r requirements.txt -v | indent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment