Repository: ambari Updated Branches: refs/heads/branch-2.1 82aed7ea4 -> f3560893e
AMBARI-12053 - 2.1 repo url in Ambari is broken - points to 2.3 stack instead Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f3560893 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f3560893 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f3560893 Branch: refs/heads/branch-2.1 Commit: f3560893eb6d495e4ec48bf00e669b1bf6dbfdf6 Parents: 82aed7e Author: Artem Baranchuk <[email protected]> Authored: Mon Jun 22 15:33:47 2015 +0300 Committer: Artem Baranchuk <[email protected]> Committed: Mon Jun 22 15:34:18 2015 +0300 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml | 6 +++--- .../src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f3560893/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml index 2a48b34..938f627 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml @@ -19,7 +19,7 @@ <latest>http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json</latest> <os family="redhat6"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.1.10.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.1.15.0</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> @@ -31,7 +31,7 @@ </os> <os family="suse11"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.1.10.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.1.15.0</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> @@ -43,7 +43,7 @@ </os> <os family="ubuntu12"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.1.10.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.1.15.0</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> http://git-wip-us.apache.org/repos/asf/ambari/blob/f3560893/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml index 6e46bba..dbf8506 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml @@ -19,7 +19,7 @@ <latest>http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json</latest> <os family="redhat6"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.6.0</baseurl> <repoid>HDP-2.2</repoid> <reponame>HDP</reponame> </repo> @@ -31,7 +31,7 @@ </os> <os family="suse11"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/GA/2.2.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.2.6.0</baseurl> <repoid>HDP-2.2</repoid> <reponame>HDP</reponame> </repo> @@ -43,7 +43,7 @@ </os> <os family="ubuntu12"> <repo> - <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/GA/2.2.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.2.6.0</baseurl> <repoid>HDP-2.2</repoid> <reponame>HDP</reponame> </repo>
