Skip to content

Commit

Permalink
python: use the new Heroku Buildpack's S3 bucket
Browse files Browse the repository at this point in the history
heroku-buildpack-python migrated to a new S3 bucket 9 days ago. Here are
the details: heroku/heroku-buildpack-python#1089
  • Loading branch information
scorphus authored and cezarsa committed Oct 15, 2020
1 parent 4d83c25 commit 4192184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SOURCE_DIR=/var/lib/tsuru
source ${SOURCE_DIR}/base/deploy
source ${SOURCE_DIR}/base/rc/config

PYTHON_REPO=${PYTHON_REPO:-https://lang-python.s3.amazonaws.com/heroku-18/runtimes}
PYTHON_REPO=${PYTHON_REPO:-https://heroku-buildpack-python.s3.amazonaws.com/heroku-18/runtimes}
GET_PIP_URL=${GET_PIP_URL:-https://bootstrap.pypa.io/get-pip.py}

LATEST_38="3.8.1"
Expand Down

0 comments on commit 4192184

Please sign in to comment.