Repository: ambari Updated Branches: refs/heads/branch-1.5.0 a64c7e874 -> f6ce36e3d
AMBARI-5229. After upgrade from 1.4.4 to 1.5.0, start all fails. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f6ce36e3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f6ce36e3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f6ce36e3 Branch: refs/heads/branch-1.5.0 Commit: f6ce36e3dbe5a0fba8c908f8835c88e86b74f6c3 Parents: a64c7e8 Author: Mahadev Konar <[email protected]> Authored: Wed Mar 26 10:28:35 2014 -0700 Committer: Mahadev Konar <[email protected]> Committed: Wed Mar 26 10:29:45 2014 -0700 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.0.6/repos/repoinfo.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f6ce36e3/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml index ec62810..0c34907 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml @@ -18,56 +18,56 @@ <reposinfo> <os type="centos6"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.1</baseurl> <repoid>HDP-2.0.6</repoid> <reponame>HDP</reponame> </repo> </os> <os type="centos5"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.0.6.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.0.6.1</baseurl> <repoid>HDP-2.0.6</repoid> <reponame>HDP</reponame> </repo> </os> <os type="redhat6"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.1</baseurl> <repoid>HDP-2.0.6</repoid> <reponame>HDP</reponame> </repo> </os> <os type="redhat5"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.0.6.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.0.6.1</baseurl> <repoid>HDP-2.0.6</repoid> <reponame>HDP</reponame> </repo> </os> <os type="oraclelinux6"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.1</baseurl> <repoid>HDP-2.0.6</repoid> <reponame>HDP</reponame> </repo> </os> <os type="oraclelinux5"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.0.6.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.0.6.1</baseurl> <repoid>HDP-2.0.6</repoid> <reponame>HDP</reponame> </repo> </os> <os type="suse11"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11/2.x/updates/2.0.6.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11/2.x/updates/2.0.6.1</baseurl> <repoid>HDP-2.0.6</repoid> <reponame>HDP</reponame> </repo> </os> <os type="sles11"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11/2.x/updates/2.0.6.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11/2.x/updates/2.0.6.1</baseurl> <repoid>HDP-2.0.6</repoid> <reponame>HDP</reponame> </repo>
