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

#10 don't check out simplify-build anymore

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