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/21 19:58:11 UTC

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

Author: srimanth
Date: Tue May 21 17:58:11 2013
New Revision: 1484893

URL: http://svn.apache.org/r1484893
Log:
AMBARI-2175. Mark 2.0 stack to be active for testing purposes

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

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1484893&r1=1484892&r2=1484893&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue May 21 17:58:11 2013
@@ -870,6 +870,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2175. Mark 2.0 stack to be active for testing purposes. (srimanth)
+
  AMBARI-2173. TEST BROKEN : FAIL: test_upgradeCommand_executeCommand
  (TestActionQueue.TestActionQueue). (smohanty)
 

Added: incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/2.0.1/metainfo.xml
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/2.0.1/metainfo.xml?rev=1484893&view=auto
==============================================================================
--- incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/2.0.1/metainfo.xml (added)
+++ incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/2.0.1/metainfo.xml Tue May 21 17:58:11 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>