mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
new url
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ if grep -Fxq "pylibmc" requirements.txt
|
||||
then
|
||||
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
|
||||
pwd
|
||||
curl -s -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
|
||||
curl -O http://api.cld.me/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
|
||||
tar -zxvf vendor-libmemcached.tar.gz
|
||||
|
||||
export LIBMEMCACHED=/app/vendor
|
||||
|
||||
Reference in New Issue
Block a user