Repository: ambari Updated Branches: refs/heads/branch-1.7.0 09e8b5008 -> 1e7715f2d
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/1e7715f2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1e7715f2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1e7715f2 Branch: refs/heads/branch-1.7.0 Commit: 1e7715f2d9de6690769f1d9673c38bb2e8b7bf54 Parents: 09e8b50 Author: Yusaku Sako <[email protected]> Authored: Fri Oct 10 14:41:28 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Fri Oct 10 15:09:24 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/1e7715f2/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>
