- Feb 19, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
So seamless.
-
- Feb 14, 2014
-
-
Kenneth Reitz authored
fix url to testing buildpack
-
Phil Schleihauf authored
-
Kenneth Reitz authored
#117
-
- Jan 21, 2014
-
-
Kenneth Reitz authored
-
- Jan 18, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Dec 20, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Dec 14, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Nov 15, 2013
-
-
Kenneth Reitz authored
Fixed Python runtime according to the official Heroku doc
-
Kenneth Reitz authored
Update Heroku Postgresql default add-on to hobby-dev
-
- Nov 12, 2013
-
-
Clint Shryock authored
-
- Nov 04, 2013
-
-
- Oct 17, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
update shebang to use python2 for bpwatch
-
Kenneth Reitz authored
Make vendored libraries available at compile time (fixes #57)
-
- Sep 01, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Aug 28, 2013
-
-
Matthew Fisher authored
-
- Aug 27, 2013
-
-
Kenneth Reitz authored
Typo
-
- Aug 25, 2013
-
-
Sébastien Fievet authored
-
- Aug 15, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Alan Grosskurth authored
When building, BUILD_DIR is set to a temporary directory. Vendored libraries (e.g., pylibmc) are downloaded and unpacked in $BUILD_DIR/.heroku/vendor/lib, but this is not currently in LIBRARY_PATH or LD_LIBRARY_PATH. Fix this by doing the following: * Add $BUILD_DIR/.heroku/vendor/lib to LIBRARY_PATH/LD_LIBRARY_PATH * Add $BUILD_DIR/.heroku/vendor/include to C_INCLUDE_PATH/CPLUS_INCLUDE_PATH * Add $BUILD_DIR/.heroku/vendor/bin to PATH, so vendored commands can be used at compile time (e.g., curl-config) * Add $BUILD_DIR/.heroku/vendor/lib/pkg-config to PKG_CONFIG_PATH, so vendored packages can be found with pkg-config
-
- Jul 17, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Jul 16, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
This reverts commit f78460e2.
-
- Jun 26, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Jun 05, 2013
-
-
Kenneth Reitz authored
Add Django v1.5 testing support with Heroku
-
- May 23, 2013
-
-
bacongobbler authored
-