Commit 65311e35 authored by Leif Walsh's avatar Leif Walsh

#10 don't check out simplify-build anymore

parent 1b32e41f
......@@ -9,23 +9,16 @@ repos=https://github.com/Tokutek
if [[ ! -d mysql ]]; then
git clone $repos/mysql
cd mysql
git checkout simplify-build
git clone $repos/backup-community
ln -s backup-community/backup toku_backup
git clone $repos/ft-engine
pushd ft-engine
git checkout simplify-build
popd
cp -r ft-engine/* .
pushd storage/tokudb
git clone $repos/ft-index
pushd ft-index
git checkout simplify-build
pushd third_party
git clone $repos/jemalloc
popd
pushd ft-index/third_party
git clone $repos/jemalloc
popd
popd
else
......
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