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 2014/09/09 17:22:22 UTC

git commit: AMBARI-7199. For HDP 2.2.1, redhat 5 and 6 repo urls are switched (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 245cf1bae -> 16d435dae


AMBARI-7199. For HDP 2.2.1, redhat 5 and 6 repo urls are switched (aonishuk)


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

Branch: refs/heads/trunk
Commit: 16d435daeeed259b37c4cf5d6892bc7a3adedc48
Parents: 245cf1b
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Sep 9 18:22:14 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Sep 9 18:22:14 2014 +0300

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2.1/repos/repoinfo.xml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/16d435da/ambari-server/src/main/resources/stacks/HDP/2.2.1/repos/repoinfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2.1/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2.1/repos/repoinfo.xml
index c7c3e36..10553e0 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2.1/repos/repoinfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2.1/repos/repoinfo.xml
@@ -18,7 +18,7 @@
 <reposinfo>
   <os type="redhat6">
     <repo>
-      <baseurl>http://dev.hortonworks.com.s3.amazonaws.com/HDP/centos5/2.x/updates/2.2.0.0</baseurl>
+      <baseurl>http://dev.hortonworks.com.s3.amazonaws.com/HDP/centos6/2.x/updates/2.2.0.0</baseurl>
       <repoid>HDP-2.2.1</repoid>
       <reponame>HDP</reponame>
     </repo>
@@ -30,7 +30,7 @@
   </os>
   <os type="redhat5">
     <repo>
-      <baseurl>http://dev.hortonworks.com.s3.amazonaws.com/HDP/centos6/2.x/updates/2.2.0.0</baseurl>
+      <baseurl>http://dev.hortonworks.com.s3.amazonaws.com/HDP/centos5/2.x/updates/2.2.0.0</baseurl>
       <repoid>HDP-2.2.1</repoid>
       <reponame>HDP</reponame>
     </repo>