Skip to content

Commit c583c3f

Browse files
committed
python: use the new Heroku Buildpack's S3 bucket
heroku-buildpack-python migrated to a new S3 bucket 9 days ago. Here are the details: heroku/heroku-buildpack-python#1089
1 parent 1633720 commit c583c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SOURCE_DIR=/var/lib/tsuru
88
source ${SOURCE_DIR}/base/deploy
99
source ${SOURCE_DIR}/base/rc/config
1010

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

1414
LATEST_38="3.8.1"

0 commit comments

Comments
 (0)