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/22307ad7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/22307ad7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/22307ad7 Branch: refs/heads/branch-2.1 Commit: 22307ad74741c27d4e65a8aa01b5ca2de3588eee Parents: 6ffb04a Author: Artem Baranchuk <[email protected]> Authored: Mon Jun 22 14:28:49 2015 +0300 Committer: Artem Baranchuk <[email protected]> Committed: Mon Jun 22 14:29:35 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/22307ad7/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>
