Repository: ambari Updated Branches: refs/heads/trunk 0212c06e4 -> ed341ece1
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/ed341ece Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ed341ece Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ed341ece Branch: refs/heads/trunk Commit: ed341ece11a9ddbac135c1ecc764265c740a42df Parents: 0212c06 Author: Artem Baranchuk <[email protected]> Authored: Mon Jun 22 15:28:47 2015 +0300 Committer: Artem Baranchuk <[email protected]> Committed: Mon Jun 22 15:29:22 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/ed341ece/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/ed341ece/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>
