Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02BBD79E5 for ; Tue, 18 Oct 2011 21:32:13 +0000 (UTC) Received: (qmail 6697 invoked by uid 500); 18 Oct 2011 21:32:12 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 6673 invoked by uid 500); 18 Oct 2011 21:32:12 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 6642 invoked by uid 99); 18 Oct 2011 21:32:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 21:32:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 21:32:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5A9EA23889DE; Tue, 18 Oct 2011 21:31:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1185878 - in /incubator/ambari/trunk: controller/src/packages/tarball/binary.xml pom.xml Date: Tue, 18 Oct 2011 21:31:49 -0000 To: ambari-commits@incubator.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111018213149.5A9EA23889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eyang Date: Tue Oct 18 21:31:48 2011 New Revision: 1185878 URL: http://svn.apache.org/viewvc?rev=1185878&view=rev Log: AMBARI-71. Added ability to create tarball or directory. (Eric Yang) Modified: incubator/ambari/trunk/controller/src/packages/tarball/binary.xml incubator/ambari/trunk/pom.xml Modified: incubator/ambari/trunk/controller/src/packages/tarball/binary.xml URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/controller/src/packages/tarball/binary.xml?rev=1185878&r1=1185877&r2=1185878&view=diff ============================================================================== --- incubator/ambari/trunk/controller/src/packages/tarball/binary.xml (original) +++ incubator/ambari/trunk/controller/src/packages/tarball/binary.xml Tue Oct 18 21:31:48 2011 @@ -24,7 +24,7 @@ http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#required-classifiers --> - tar.gz + ${package.type} Modified: incubator/ambari/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/pom.xml?rev=1185878&r1=1185877&r2=1185878&view=diff ============================================================================== --- incubator/ambari/trunk/pom.xml (original) +++ incubator/ambari/trunk/pom.xml Tue Oct 18 21:31:48 2011 @@ -45,6 +45,7 @@ /var/log/ambari /var/run/ambari 1 + tar.gz 0.1.0-SNAPSHOT ${project.artifactId}-${ambari.version} @@ -575,7 +576,7 @@ src/packages/tarball/binary.xml - ${project.artifactId}-${project.version}-binary + ${project.artifactId}-${project.version}