Apply MDBCI install_product chnages also to reinstall_maxscale()
This commit is contained in:
@ -2213,12 +2213,6 @@ int TestConnections::reinstall_maxscales()
|
|||||||
maxscales->ssh_node(i, "yum remove maxscale -y", true);
|
maxscales->ssh_node(i, "yum remove maxscale -y", true);
|
||||||
maxscales->ssh_node(i, "yum clean all", 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",
|
sprintf(sys, "mdbci install_product --product maxscale_ci --product-version %s %s/%s_%03d",
|
||||||
target, mdbci_config_name, maxscales->prefix, i);
|
target, mdbci_config_name, maxscales->prefix, i);
|
||||||
if (system(sys))
|
if (system(sys))
|
||||||
|
Reference in New Issue
Block a user