From 8f5385f9cad00052fd7e9aa55f37f7b8672759a5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Feb 2012 12:49:08 -0500 Subject: [PATCH] cleanup --- bin/compile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bin/compile b/bin/compile index 92e4ddf..52aa5e2 100755 --- a/bin/compile +++ b/bin/compile @@ -87,21 +87,11 @@ if (grep -Fiq "hg+" requirements.txt) then fi # Install dependencies. -set +e echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')" export GIT_TRACE=1 - pip install --use-mirrors -r requirements.txt -v | indent -# If there's an error, purge and recreate. -[ $? -ne 0 ] && { - ls -a $BUILD_DIR/src/requests/ - exit 1 -} - -set -e - # Django support. if [ "$NAME" = "Python/Django" ]; then source $BIN_DIR/steps/django