Repository: ambari Updated Branches: refs/heads/branch-2.2.1 2a6514999 -> 6a8abfa65
Modifying default repo urls (smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6a8abfa6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6a8abfa6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6a8abfa6 Branch: refs/heads/branch-2.2.1 Commit: 6a8abfa65789b87da764549c27ca0f1440b91297 Parents: 2a65149 Author: Sumit Mohanty <[email protected]> Authored: Fri Feb 26 14:13:18 2016 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Fri Feb 26 14:13:18 2016 -0800 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.4/repos/repoinfo.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6a8abfa6/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml index 54bd3da..289a0c1 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml @@ -19,7 +19,7 @@ <latest>http://s3.amazonaws.com/dev.hortonworks.com/HDP/hdp_urlinfo.json</latest> <os family="redhat6"> <repo> - <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/centos6/2.x/updates/2.4.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.4.0.0</baseurl> <repoid>HDP-2.4</repoid> <reponame>HDP</reponame> </repo> @@ -31,7 +31,7 @@ </os> <os family="redhat7"> <repo> - <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/centos7/2.x/updates/2.4.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.4.0.0</baseurl> <repoid>HDP-2.4</repoid> <reponame>HDP</reponame> </repo> @@ -43,7 +43,7 @@ </os> <os family="suse11"> <repo> - <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/suse11sp3/2.x/updates/2.4.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.4.0.0</baseurl> <repoid>HDP-2.4</repoid> <reponame>HDP</reponame> </repo> @@ -55,7 +55,7 @@ </os> <os family="ubuntu12"> <repo> - <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/ubuntu12/2.x/updates/2.4.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.4.0.0</baseurl> <repoid>HDP-2.4</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.4.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/debian7/2.x/updates/2.4.0.0</baseurl> <repoid>HDP-2.4</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.4.0.0</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu14/2.x/updates/2.4.0.0</baseurl> <repoid>HDP-2.4</repoid> <reponame>HDP</reponame> </repo>
