Commit ff9f2dbb authored by Rich Prohaska's avatar Rich Prohaska

change default $mysql_tree

parent c0f04072
...@@ -157,15 +157,12 @@ function parse_mysqlbuild() { ...@@ -157,15 +157,12 @@ function parse_mysqlbuild() {
else else
git_tag=HEAD git_tag=HEAD
# setup _tree defaults # setup _tree defaults
if [ -z $mysql_tree ] ; then mysql_tree=$mysql_version; fi if [ -z $mysql_tree ] ; then mysql_tree=$mysql_distro-$mysql_version; fi
if [ -z $jemalloc_tree ] ; then jemalloc_tree=$jemalloc_version; fi if [ -z $jemalloc_tree ] ; then jemalloc_tree=$jemalloc_version; fi
fi fi
# 5.6 is in another repo
mysql_repo=$mysql_distro mysql_repo=$mysql_distro
if [[ $mysql_distro = mysql && $mysql_version =~ ^5.6 ]] ; then # 5.6 is in another repo
mysql_repo=mysql56 if [[ $mysql_distro = mysql && $mysql_version =~ ^5.6 ]] ; then mysql_repo=mysql56; fi
mysql_tree=$mysql_distro-$mysql_version
fi
else else
exitcode=1 exitcode=1
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