feature: we bundle the resty-cli project to include its "resty" tool instead of using our own.

This commit is contained in:
Yichun Zhang (agentzh)
2014-12-29 14:49:08 -08:00
parent b70fdea626
commit 03b25469c8
4 changed files with 14 additions and 312 deletions

View File

@ -443,6 +443,13 @@ mv openresty-redis2-nginx-module-* redis2-nginx-module-$ver || exit 1
#################################
ver=0.01
$root/util/get-tarball "https://github.com/openresty/resty-cli/tarball/v$ver" -O resty-cli-$ver.tar.gz || exit 1
tar -xzf resty-cli-$ver.tar.gz || exit 1
mv openresty-resty-cli-* resty-cli-$ver || exit 1
#################################
ver=5.1.5
$root/util/get-tarball "http://www.lua.org/ftp/lua-$ver.tar.gz" -O "lua-$ver.tar.gz" || exit 1
tar -xzf lua-$ver.tar.gz || exit 1
@ -596,7 +603,6 @@ cd ..
cp $root/util/configure ./
cp $root/README.markdown ./
cp $root/util/install bundle/
cp $root/util/resty bundle/
find bundle -name '*~' -delete
cd $root