Skip to content
Snippets Groups Projects
Commit fe3f12c4 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Merge pull request #208 from cyx/master

Upgrade pip and make netrc github work
parents 4c1972c0 aeb1a297
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh" ...@@ -29,7 +29,7 @@ WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh"
DEFAULT_PYTHON_VERSION="python-2.7.9" DEFAULT_PYTHON_VERSION="python-2.7.9"
DEFAULT_PYTHON_STACK="cedar" DEFAULT_PYTHON_STACK="cedar"
PYTHON_EXE="/app/.heroku/python/bin/python" PYTHON_EXE="/app/.heroku/python/bin/python"
PIP_VERSION="6.0.6" PIP_VERSION="6.0.8"
SETUPTOOLS_VERSION="11.3.1" SETUPTOOLS_VERSION="11.3.1"
# Setup bpwatch # Setup bpwatch
......
...@@ -68,7 +68,7 @@ deep-rm() { ...@@ -68,7 +68,7 @@ deep-rm() {
# subshell to avoid surprising caller with shopts. # subshell to avoid surprising caller with shopts.
( (
shopt -s dotglob shopt -s dotglob
rm -rf "$1"/!(tmp|.|..) rm -rf "$1"/!(.curlrc|.netrc|tmp|.|..)
) )
} }
......
File deleted
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment