You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/07/11 10:24:45 UTC

[2/2] ambari git commit: AMBARI-21441. Discrepancy in the OS name in ambari for PPC (aonishuk)

AMBARI-21441. Discrepancy in the OS name in ambari for PPC (aonishuk)


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

Branch: refs/heads/branch-2.5
Commit: 4590eb360c2aadb2206b701577177688b620f301
Parents: 515a641
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Jul 11 13:24:24 2017 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Jul 11 13:24:24 2017 +0300

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.6/repos/repoinfo.xml       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4590eb36/ambari-server/src/main/resources/stacks/HDP/2.6/repos/repoinfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/repos/repoinfo.xml
index 23441f5..ff132aa 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/repos/repoinfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/repos/repoinfo.xml
@@ -31,15 +31,15 @@
       <unique>false</unique>
     </repo>
   </os>
-  <os family="redhat-ppc6">
+  <os family="redhat-ppc7">
     <repo>
-      <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.6.0.3</baseurl>
+      <baseurl>http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.0.3</baseurl>
       <repoid>HDP-2.6</repoid>
       <reponame>HDP</reponame>
       <unique>true</unique>
     </repo>
     <repo>
-      <baseurl>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos6</baseurl>
+      <baseurl>http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/ppc64le</baseurl>
       <repoid>HDP-UTILS-1.1.0.21</repoid>
       <reponame>HDP-UTILS</reponame>
       <unique>false</unique>