Commit 5033de96 authored by Leif Walsh's avatar Leif Walsh

#10 check out the right branch of mysql

parent 03d65e42
...@@ -9,6 +9,7 @@ repos=https://github.com/Tokutek ...@@ -9,6 +9,7 @@ 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
......
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