From 4c2b867172b97e3bd94c6bd18b231fafff3c60de Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 11 Jul 2014 14:36:51 -0400 Subject: [PATCH] cedar-14 in download url, echo stack --- bin/compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 55c1e8e3..f187a680 100755 --- a/bin/compile +++ b/bin/compile @@ -159,7 +159,7 @@ if [ ! "$SKIP_INSTALL" ]; then # Prepare destination directory. mkdir -p .heroku/python - curl http://lang-python.s3.amazonaws.com/runtimes/$PYTHON_VERSION.tar.gz -s | tar zxv -C .heroku/python &> /dev/null + curl http://lang-python.s3.amazonaws.com/cedar-14/runtimes/$PYTHON_VERSION.tar.gz -s | tar zxv -C .heroku/python &> /dev/null if [[ $? != 0 ]] ; then puts-warn "Requested runtime ($PYTHON_VERSION) was not found." puts-warn "Aborting. More info: https://devcenter.heroku.com/articles/python-support" @@ -220,6 +220,7 @@ hash -r which python which pip python --version +echo $STACK # Install Mercurial if it appears to be required. if (grep -Fiq "hg+" requirements.txt) then -- GitLab