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/533c8ee1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/533c8ee1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/533c8ee1 Branch: refs/heads/trunk Commit: 533c8ee11f02759ddfc8cf394676f49d041ceff2 Parents: f7492eb Author: Artem Baranchuk <[email protected]> Authored: Sun Jun 21 02:03:10 2015 +0300 Committer: Artem Baranchuk <[email protected]> Committed: Mon Jun 22 14:21:43 2015 +0300 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/533c8ee1/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 a4d1bf7..2a48b34 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>REPLACE_WITH_CENTOS6_URL</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.1.10.0</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> @@ -31,7 +31,7 @@ </os> <os family="suse11"> <repo> - <baseurl>REPLACE_WITH_SUSE11_URL</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.1.10.0</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> @@ -43,7 +43,7 @@ </os> <os family="ubuntu12"> <repo> - <baseurl>REPLACE_WITH_UBUNTU12_URL</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.1.10.0</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo>
