now we bundle lua-rds-parser too :)

This commit is contained in:
agentzh (章亦春)
2011-08-31 13:57:49 +08:00
parent 907bf9f19e
commit a979e3eaab
3 changed files with 170 additions and 4 deletions

View File

@ -224,6 +224,13 @@ mv agentzh-lua-redis-parser-* lua-redis-parser-$ver || exit 1
#################################
ver=0.02
$root/util/get-tarball "http://github.com/agentzh/lua-rds-parser/tarball/v$ver" -O "lua-rds-parser-$ver.tar.gz" || exit 1
tar -xzf lua-rds-parser-$ver.tar.gz || exit 1
mv agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1
#################################
rm *.tar.gz
cd ..