Commit d87f88ee authored by Kenneth Reitz's avatar Kenneth Reitz

move VENDORED_MEMCACHED to steps/pylibmc

parent 24266be8
#!/usr/bin/env bash #!/usr/bin/env bash
VENDORED_MEMCACHED="http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz"
# if pylibmc within requirements, use vendored libmemcached # if pylibmc within requirements, use vendored libmemcached
if (grep -Fiq "pylibmc" requirements.txt) if (grep -Fiq "pylibmc" requirements.txt)
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment