}
// verify that a change to centos6 also changes redhat6
localRepoUrl = "http://newfoo.bar";
stackUpgradeUtil.updateLocalRepo(stackName, stackVersion, localRepoUrl, "centos6");
entities = dao.findAll();
boolean foundCentos6 = false;
boolean foundRedhat6 = false;
for (MetainfoEntity entity : entities) {
if (-1 != entity.getMetainfoName().indexOf("centos6")) {
foundCentos6 = true;