You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by lp...@apache.org on 2017/07/14 12:54:23 UTC

[25/36] 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/51e62ad5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/51e62ad5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/51e62ad5

Branch: refs/heads/feature-branch-AMBARI-21307
Commit: 51e62ad578ab1f21a163c08c2bff6dec3fb24f7c
Parents: 639f452
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Jul 11 13:24:19 2017 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Jul 11 13:24:19 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/51e62ad5/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>