Repository: ambari Updated Branches: refs/heads/branch-2.6 6df336124 -> 450ec05a1
AMBARI-22378 BI 4.2.5 repoinfo misses the redhat-ppc7 section (dili) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/450ec05a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/450ec05a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/450ec05a Branch: refs/heads/branch-2.6 Commit: 450ec05a1086cd6b1ceed889b35373534d3bbec1 Parents: 6df3361 Author: Di Li <[email protected]> Authored: Wed Nov 8 14:56:16 2017 -0500 Committer: Di Li <[email protected]> Committed: Wed Nov 8 14:56:16 2017 -0500 ---------------------------------------------------------------------- .../stacks/BigInsights/4.2.5/repos/repoinfo.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/450ec05a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml index d1b155d..ae6f979 100755 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml @@ -41,4 +41,16 @@ <reponame>IOP-UTILS</reponame> </repo> </os> + <os family="redhat-ppc7"> + <repo> + <baseurl>http://ibm-open-platform.ibm.com/repos/IOP/rhel/7/ppc64le/4.2.x/Updates/4.2.5.0</baseurl> + <repoid>IOP-4.2.5</repoid> + <reponame>IOP</reponame> + </repo> + <repo> + <baseurl>http://ibm-open-platform.ibm.com/repos/IOP-UTILS/rhel/7/ppc64le/1.3</baseurl> + <repoid>IOP-UTILS-1.3</repoid> + <reponame>IOP-UTILS</reponame> + </repo> + </os> </reposinfo>
