You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/05/22 19:39:22 UTC

ambari git commit: Revert "Revert "AMBARI-11284. Atlas rpm name has been updated (Jon Maron via smohanty)""

Repository: ambari
Updated Branches:
  refs/heads/trunk aa51bd75b -> d6556e905


Revert "Revert "AMBARI-11284. Atlas rpm name has been updated (Jon Maron via smohanty)""

This reverts commit 76648a0a5a3523ad4c2eb249ae6bba2723f926d4.


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

Branch: refs/heads/trunk
Commit: d6556e905a5fcc0487359e634a405616bd678414
Parents: aa51bd7
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Fri May 22 10:31:42 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Fri May 22 10:39:10 2015 -0700

----------------------------------------------------------------------
 .../main/resources/common-services/ATLAS/0.1.0.2.3/metainfo.xml  | 2 +-
 .../main/resources/stacks/HDP/2.3/services/ATLAS/metainfo.xml    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d6556e90/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/metainfo.xml b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/metainfo.xml
index 1aa06c5..290a69f 100644
--- a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/metainfo.xml
@@ -55,7 +55,7 @@
           <osFamily>any</osFamily>
           <packages>
             <package>
-              <name>atlas</name>
+              <name>atlas-metadata</name>
             </package>
           </packages>
         </osSpecific>

http://git-wip-us.apache.org/repos/asf/ambari/blob/d6556e90/ambari-server/src/main/resources/stacks/HDP/2.3/services/ATLAS/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/ATLAS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/ATLAS/metainfo.xml
index 181ad9f..6f5a9a3 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/ATLAS/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/ATLAS/metainfo.xml
@@ -27,7 +27,7 @@
           <osFamily>redhat7,redhat6,suse11</osFamily>
           <packages>
             <package>
-              <name>atlas_2_3_*</name>
+              <name>atlas-metadata_2_3_*</name>
             </package>
           </packages>
         </osSpecific>
@@ -35,7 +35,7 @@
           <osFamily>debian7,ubuntu12,ubuntu14</osFamily>
           <packages>
             <package>
-              <name>atlas-2-3-.*</name>
+              <name>atlas-metadata-2-3-.*</name>
             </package>
           </packages>
         </osSpecific>