Repository: ambari Updated Branches: refs/heads/trunk 3898abd54 -> 7d5f20398
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/7d5f2039 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7d5f2039 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7d5f2039 Branch: refs/heads/trunk Commit: 7d5f2039852fd033b42a1214b1ecb4dd67dc6143 Parents: 3898abd Author: Mahadev Konar <[email protected]> Authored: Wed Mar 26 10:28:35 2014 -0700 Committer: Mahadev Konar <[email protected]> Committed: Wed Mar 26 10:28:39 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/7d5f2039/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>
