Repository: ambari Updated Branches: refs/heads/trunk 05b0d0b7e -> 33377bf09
AMBARI-10335. Add repourls customization for Ubuntu14 (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/33377bf0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/33377bf0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/33377bf0 Branch: refs/heads/trunk Commit: 33377bf0905502f50254cf5629b2e32ab54cc29e Parents: 05b0d0b Author: Andrew Onishuk <[email protected]> Authored: Fri Apr 3 00:09:37 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Fri Apr 3 00:09:37 2015 +0300 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.3/repos/repoinfo.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/33377bf0/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 a4c867a..4078c7c 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 @@ -65,4 +65,16 @@ <reponame>HDP-UTILS</reponame> </repo> </os> + <os family="ubuntu14"> + <repo> + <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP/ubuntu12/2.x/updates/2.3.0.0</baseurl> + <repoid>HDP-2.3</repoid> + <reponame>HDP</reponame> + </repo> + <repo> + <baseurl>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12</baseurl> + <repoid>HDP-UTILS-1.1.0.20</repoid> + <reponame>HDP-UTILS</reponame> + </repo> + </os> </reposinfo>
