Remove heroku output and in-code references · snippet-java/python-buildpack@7d3e6fe · GitHub
Skip to content

Commit 7d3e6fe

Browse files
Remove heroku output and in-code references
[#127931269]
1 parent 5085cd2 commit 7d3e6fe

8 files changed

Lines changed: 10 additions & 37 deletions

File tree

bin/compile

Lines changed: 3 additions & 10 deletions

bin/detect

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#!/usr/bin/env bash
22

33
# This script serves as the
4-
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
4+
# [**Python Buildpack**](https://github.com/cloudfoundry/python-buildpack)
55
# detector.
66
#
7-
# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an
8-
# adapter between a Python application and Heroku's runtime.
9-
107
# ## Usage
118
# Compiling an app into a slug is simple:
129
#

bin/release

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ EOF
1616

1717
if [[ $MANAGE_FILE ]]; then
1818
cat <<EOF
19-
20-
addons:
21-
- heroku-postgresql
2219
EOF
2320
fi

bin/steps/cryptography

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#!/usr/bin/env bash
22

33
# This script serves as the Cryptography build step of the
4-
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
4+
# [**Python Buildpack**](https://github.com/cloudfoundry/python-buildpack)
55
# compiler.
66
#
7-
# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an
8-
# adapter between a Python application and Heroku's runtime.
9-
#
107
# This script is invoked by [`bin/compile`](/).
118

129
# The location of the pre-compiled libffi binary.

bin/steps/gdal

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#!/usr/bin/env bash
22

33
# This script serves as the GDAL build step of the
4-
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
4+
# [**Python Buildpack**](https://github.com/cloudfoundry/python-buildpack)
55
# compiler.
66
#
7-
# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an
8-
# adapter between a Python application and Heroku's runtime.
9-
#
107
# This script is invoked by [`bin/compile`](/).
118

129
# The location of the pre-compiled cryptography binary.

bin/steps/geo-libs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#!/usr/bin/env bash
22

33
# This script serves as the GDAL build step of the
4-
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
4+
# [**Python Buildpack**](https://github.com/cloudfoundry/python-buildpack)
55
# compiler.
66
#
7-
# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an
8-
# adapter between a Python application and Heroku's runtime.
9-
#
107
# This script is invoked by [`bin/compile`](/).
118

129
# The location of the pre-compiled cryptography binary.

bin/steps/pylibmc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#!/usr/bin/env bash
22

33
# This script serves as the Pylibmc build step of the
4-
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
4+
# [**Python Buildpack**](https://github.com/cloudfoundry/python-buildpack)
55
# compiler.
66
#
7-
# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an
8-
# adapter between a Python application and Heroku's runtime.
9-
#
107
# This script is invoked by [`bin/compile`](/).
118

129
# The location of the pre-compiled libmemcached binary.

bin/warnings

Lines changed: 2 additions & 4 deletions

0 commit comments

Comments
 (0)