Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 0afc47133 -> 77d4946e1


Revert "AMBARI-11757. HDP: remove ubuntu from repos list (akovalenko)"

This reverts commit 5beaa8eae26e434a9aff2f8bce3e637002c45128.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/77d4946e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/77d4946e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/77d4946e

Branch: refs/heads/branch-2.1
Commit: 77d4946e1348b3662e9a2a9dc6df0c22a106900e
Parents: 0afc471
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Wed Jun 17 18:18:09 2015 -0700
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Wed Jun 17 18:18:09 2015 -0700

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.1/repos/repoinfo.xml    | 12 ++++++++++++
 .../main/resources/stacks/HDP/2.2/repos/repoinfo.xml    | 12 ++++++++++++
 .../main/resources/stacks/HDP/2.3/repos/repoinfo.xml    | 12 ++++++++++++
 3 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/77d4946e/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml
index 062d4b6..a4d1bf7 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml
@@ -41,4 +41,16 @@
       <reponame>HDP-UTILS</reponame>
     </repo>
   </os>
+  <os family="ubuntu12">
+    <repo>
+      <baseurl>REPLACE_WITH_UBUNTU12_URL</baseurl>
+      <repoid>HDP-2.1</repoid>
+      <reponame>HDP</reponame>
+    </repo>
+    <repo>
+      
<baseurl>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.19/repos/ubuntu12</baseurl>
+      <repoid>HDP-UTILS-1.1.0.19</repoid>
+      <reponame>HDP-UTILS</reponame>
+    </repo>
+  </os>
 </reposinfo>

http://git-wip-us.apache.org/repos/asf/ambari/blob/77d4946e/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 383ba76..6e46bba 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
@@ -41,4 +41,16 @@
       <reponame>HDP-UTILS</reponame>
     </repo>
   </os>
+  <os family="ubuntu12">
+    <repo>
+      
<baseurl>http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/GA/2.2.0.0</baseurl>
+      <repoid>HDP-2.2</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>

http://git-wip-us.apache.org/repos/asf/ambari/blob/77d4946e/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 696cf64..2b47a23 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
@@ -53,4 +53,16 @@
       <reponame>HDP-UTILS</reponame>
     </repo>
   </os>
+  <os family="ubuntu12">
+    <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>

Reply via email to