Repository: ambari Updated Branches: refs/heads/trunk 61248e6ae -> effc64c1e
AMBARI-7740. HDP 2.2 should read the base repo URLs from JSON file. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/effc64c1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/effc64c1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/effc64c1 Branch: refs/heads/trunk Commit: effc64c1e87fc5a73195c56dffeabe4c3b76e5b2 Parents: 61248e6 Author: Yusaku Sako <[email protected]> Authored: Fri Oct 10 14:41:28 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Fri Oct 10 14:41:28 2014 -0700 ---------------------------------------------------------------------- ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/effc64c1/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 07e5841..a9f99bc 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 @@ -16,6 +16,7 @@ limitations under the License. --> <reposinfo> + <latest>http://s3.amazonaws.com/dev.hortonworks.com/HDP/hdp_urlinfo.json</latest> <os type="redhat6"> <repo> <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/centos6/2.x/updates/2.2.0.0</baseurl>
