Merge branch '2.2' into 2.3.9
This commit is contained in:
commit
5a6e2f43cf
@ -51,8 +51,7 @@ export sshopt="$scpopt $sshuser@$IP"
|
||||
|
||||
old_version=`ssh $sshopt "maxscale --version" `
|
||||
|
||||
${mdbci_dir}/mdbci setup_repo --product maxscale_ci --product-version ${target} $name/maxscale
|
||||
${mdbci_dir}/mdbci install_product --product maxscale_ci $name/maxscale
|
||||
${mdbci_dir}/mdbci install_product --product maxscale_ci --product-version ${target} $name/maxscale
|
||||
|
||||
res=$?
|
||||
|
||||
|
@ -2306,12 +2306,6 @@ int TestConnections::reinstall_maxscales()
|
||||
maxscales->ssh_node(i, "yum remove maxscale -y", true);
|
||||
maxscales->ssh_node(i, "yum clean all", true);
|
||||
|
||||
sprintf(sys, "mdbci setup_repo --product maxscale_ci --product-version %s %s/%s_%03d",
|
||||
target, mdbci_config_name, maxscales->prefix, i);
|
||||
if (system(sys))
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
sprintf(sys, "mdbci install_product --product maxscale_ci --product-version %s %s/%s_%03d",
|
||||
target, mdbci_config_name, maxscales->prefix, i);
|
||||
if (system(sys))
|
||||
|
Loading…
x
Reference in New Issue
Block a user