Skip to content
Snippets Groups Projects
Commit 0372f382 authored by rich prohaska's avatar rich prohaska
Browse files

rename the branches in the mysql56 repo

parent 21035102
No related branches found
No related tags found
No related merge requests found
......@@ -160,9 +160,12 @@ function parse_mysqlbuild() {
if [ -z $mysql_tree ] ; then mysql_tree=$mysql_version; fi
if [ -z $jemalloc_tree ] ; then jemalloc_tree=$jemalloc_version; fi
fi
# 5.6 is temp in another repo
# 5.6 is in another repo
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
exitcode=1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment