From kato-commits-return-153-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Fri May 22 13:47:36 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 78558 invoked from network); 22 May 2009 13:47:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 May 2009 13:47:36 -0000 Received: (qmail 16550 invoked by uid 500); 22 May 2009 13:47:49 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 16534 invoked by uid 500); 22 May 2009 13:47:49 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 16524 invoked by uid 99); 22 May 2009 13:47:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 13:47:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 22 May 2009 13:47:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 11A45238886C; Fri, 22 May 2009 13:47:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r777520 - /incubator/kato/branches/experimental/PyJVMTI/hudsonbuild.sh Date: Fri, 22 May 2009 13:47:20 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090522134721.11A45238886C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Fri May 22 13:47:20 2009 New Revision: 777520 URL: http://svn.apache.org/viewvc?rev=777520&view=rev Log: makde pyjvmti hudson build script create distribution package too Modified: incubator/kato/branches/experimental/PyJVMTI/hudsonbuild.sh Modified: incubator/kato/branches/experimental/PyJVMTI/hudsonbuild.sh URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/PyJVMTI/hudsonbuild.sh?rev=777520&r1=777519&r2=777520&view=diff ============================================================================== --- incubator/kato/branches/experimental/PyJVMTI/hudsonbuild.sh (original) +++ incubator/kato/branches/experimental/PyJVMTI/hudsonbuild.sh Fri May 22 13:47:20 2009 @@ -1,3 +1,3 @@ export DIRS=/usr/lib/jvm/java-6-sun/include:/usr/lib/jvm/java-6-sun/include/linux /usr/lib/jvm/java-6-sun/bin/javac -g ./kato/PauseJVM.java -python -u ./setup.py build sdist +python -u ./setup.py build dist sdist