Repository: ambari Updated Branches: refs/heads/trunk 327519cde -> d8921d38c
AMBARI-12600. Update latest url to work for Ubuntu/Debian (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d8921d38 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d8921d38 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d8921d38 Branch: refs/heads/trunk Commit: d8921d38cb6d1244c48b5e96511d64c8fc6f6e08 Parents: 327519c Author: Andrew Onishuk <[email protected]> Authored: Fri Jul 31 11:26:38 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Fri Jul 31 11:26:38 2015 +0300 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d8921d38/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml index 921bbca..142b87d 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml @@ -16,7 +16,7 @@ limitations under the License. --> <reposinfo> - <latest>http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json</latest> + <latest>http://s3.amazonaws.com/dev.hortonworks.com/HDP/hdp_urlinfo.json</latest> <os family="redhat6"> <repo> <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.0.0</baseurl> @@ -55,7 +55,7 @@ </os> <os family="ubuntu12"> <repo> - <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/ubuntu12/2.x/updates/2.3.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.3.0.0</baseurl> <repoid>HDP-2.3</repoid> <reponame>HDP</reponame> </repo> @@ -67,7 +67,7 @@ </os> <os family="debian7"> <repo> - <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/debian7/2.x/updates/2.3.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/debian7/2.x/updates/2.3.0.0</baseurl> <repoid>HDP-2.3</repoid> <reponame>HDP</reponame> </repo> @@ -79,7 +79,7 @@ </os> <os family="ubuntu14"> <repo> - <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/ubuntu14/2.x/updates/2.3.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu14/2.x/updates/2.3.0.0</baseurl> <repoid>HDP-2.3</repoid> <reponame>HDP</reponame> </repo>
