From 3c3e621040609cda6a8cad0e7f9ce7ee06ae0972 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 8 Feb 2016 22:12:29 -0500 Subject: [PATCH] Revert "Revert "Revert "debug""" This reverts commit 72710696a0d5926c2f25a261c7e09692a7ed3f5b. --- bin/steps/pip-install | 12 +----------- bin/warnings | 3 --- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 604a8245..a2d43e5e 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -10,16 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}" set -e show-warnings -echo -echo -echo -echo -cat $WARNINGS_LOG | indent -echo -echo -echo -echo - if [[ ! $PIP_STATUS -eq 0 ]]; then exit 1 @@ -33,4 +23,4 @@ cp requirements.txt .heroku/python/requirements-declared.txt [ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install [ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first -echo \ No newline at end of file +echo diff --git a/bin/warnings b/bin/warnings index ff53a652..64648538 100755 --- a/bin/warnings +++ b/bin/warnings @@ -1,9 +1,7 @@ shopt -s extglob old-platform() { - echo 'old platform' if grep -qi 'InsecurePlatformWarning' "$WARNINGS_LOG"; then - echo 'true' puts-warn "Hello! It looks like your application is using an outdated version of Python." puts-warn "This caused the security warning you saw above during the 'pip install' step." puts-warn "We recommend '$DEFAULT_PYTHON_VERSION', which you can specify in a 'runtime.txt' file." @@ -39,7 +37,6 @@ distribute-included() { } show-warnings() { - echo "show warnings $WARNINGS_LOG" old-platform pylibmc-missing scipy-included -- GitLab