Skip to content
Snippets Groups Projects
Commit 6aec3ed3 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

pylibmc

parent 7f7f0f7e
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,13 @@ VENDORED_MEMCACHED="http://lang-python.s3.amazonaws.com/$STACK/libraries/vendor/
# Syntax sugar.
source $BIN_DIR/utils
bpwatch start pylibmc_install
# If pylibmc exists within requirements, use vendored libmemcached.
if (pip-grep -s requirements.txt pylibmc) then
if [ -d "vendor/lib/sasl2" ]; then
if [ -d ".heroku/vendor/lib/sasl2" ]; then
export LIBMEMCACHED=$(pwd)/vendor
else
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment