Repository: ambari Updated Branches: refs/heads/trunk b9d82cf98 -> 76648a0a5
Revert "AMBARI-11284. Atlas rpm name has been updated (Jon Maron via smohanty)" This reverts commit 93ff22f24761abda87c1de7b0dbf6bd4e931b928. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/76648a0a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/76648a0a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/76648a0a Branch: refs/heads/trunk Commit: 76648a0a5a3523ad4c2eb249ae6bba2723f926d4 Parents: b9d82cf Author: Sumit Mohanty <[email protected]> Authored: Fri May 22 09:52:18 2015 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri May 22 09:52:18 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/76648a0a/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 290a69f..1aa06c5 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-metadata</name> + <name>atlas</name> </package> </packages> </osSpecific> http://git-wip-us.apache.org/repos/asf/ambari/blob/76648a0a/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 6f5a9a3..181ad9f 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-metadata_2_3_*</name> + <name>atlas_2_3_*</name> </package> </packages> </osSpecific> @@ -35,7 +35,7 @@ <osFamily>debian7,ubuntu12,ubuntu14</osFamily> <packages> <package> - <name>atlas-metadata-2-3-.*</name> + <name>atlas-2-3-.*</name> </package> </packages> </osSpecific>
