Commit 0372f382 authored by rich prohaska's avatar rich prohaska

rename the branches in the mysql56 repo

parent 21035102
...@@ -160,9 +160,12 @@ function parse_mysqlbuild() { ...@@ -160,9 +160,12 @@ function parse_mysqlbuild() {
if [ -z $mysql_tree ] ; then mysql_tree=$mysql_version; fi if [ -z $mysql_tree ] ; then mysql_tree=$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 temp in another repo # 5.6 is in another repo
mysql_repo=$mysql_distro mysql_repo=$mysql_distro
if [[ $mysql_distro = mysql && $mysql_version =~ ^5.6 ]] ; then mysql_repo=mysql56; fi if [[ $mysql_distro = mysql && $mysql_version =~ ^5.6 ]] ; then
mysql_repo=mysql56
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