bundled the new lua-resty-lock library.

This commit is contained in:
Yichun Zhang (agentzh)
2013-09-27 15:42:33 -07:00
parent 937985fc03
commit f0a2f6543e
2 changed files with 14 additions and 1 deletions

View File

@ -464,6 +464,13 @@ mv agentzh-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1
#################################
ver=0.01
$root/util/get-tarball "http://github.com/agentzh/lua-resty-lock/tarball/v$ver" -O "lua-resty-lock-$ver.tar.gz" || exit 1
tar -xzf lua-resty-lock-$ver.tar.gz || exit 1
mv agentzh-lua-resty-lock-* lua-resty-lock-$ver || exit 1
#################################
rm *.tar.gz
cd ..