You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2013/05/20 19:50:59 UTC

svn commit: r1484540 - in /incubator/ambari/trunk: CHANGES.txt ambari-server/src/main/resources/stacks/HDP/1.2.1/metainfo.xml ambari-server/src/main/resources/stacks/HDP/1.3.0/metainfo.xml

Author: srimanth
Date: Mon May 20 17:50:59 2013
New Revision: 1484540

URL: http://svn.apache.org/r1484540
Log:
AMBARI-2166. Stack versions should be marked as active. (srimanth)

Added:
    incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.1/metainfo.xml
Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/metainfo.xml

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1484540&r1=1484539&r2=1484540&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Mon May 20 17:50:59 2013
@@ -870,6 +870,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2166. Stack versions should be marked as active. (srimanth)
+
  AMBARI-2164. START_FAILED and STOP_FAILED no longer exist, the upgrade 
  script should repair hostcomponentstate table to convert these to i
  INSTALLED. (smohanty)

Added: incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.1/metainfo.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.1/metainfo.xml?rev=1484540&view=auto
==============================================================================
--- incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.1/metainfo.xml (added)
+++ incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.1/metainfo.xml Mon May 20 17:50:59 2013
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<metainfo>
+    <versions>
+	  <active>true</active>
+    </versions>
+</metainfo>

Modified: incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/metainfo.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/metainfo.xml?rev=1484540&r1=1484539&r2=1484540&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/metainfo.xml (original)
+++ incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/metainfo.xml Mon May 20 17:50:59 2013
@@ -18,5 +18,6 @@
 <metainfo>
     <versions>
 	  <upgrade>1.2.0</upgrade>
+	  <active>true</active>
     </versions>
 </metainfo>