From 24ae4f9bda446f9231bca1f686f978746d3a39a9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 18 Jul 2014 13:42:32 -0400 Subject: [PATCH] further output cleanups --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index beeee292..15a7c533 100755 --- a/bin/compile +++ b/bin/compile @@ -161,7 +161,7 @@ fi if [ ! $STACK = $CACHED_PYTHON_STACK ]; then bpwatch start uninstall_python - puts-step "Stack changed, re-installing runtime ($PYTHON_VERSION)" + puts-step "Stack changed, re-installing runtime" rm -fr .heroku/python unset SKIP_INSTALL bpwatch stop uninstall_python @@ -238,7 +238,7 @@ if (grep -Fiq "hg+" requirements.txt) then fi # Install dependencies with Pip. -puts-step "Installing dependencies with Pip ($PIP_VERSION)" +puts-step "Installing dependencies with pip" [ ! "$FRESH_PYTHON" ] && bpwatch start pip_install -- GitLab