From hcatalog-commits-return-1126-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Wed Dec 19 19:43:50 2012 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-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 C832DDFC0 for ; Wed, 19 Dec 2012 19:43:50 +0000 (UTC) Received: (qmail 69005 invoked by uid 500); 19 Dec 2012 19:43:50 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 68940 invoked by uid 500); 19 Dec 2012 19:43:50 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 68931 invoked by uid 99); 19 Dec 2012 19:43:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 19:43:50 +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; Wed, 19 Dec 2012 19:43:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2FE5723888D2; Wed, 19 Dec 2012 19:43:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1424057 - in /incubator/hcatalog/trunk: CHANGES.txt build-support/scripts/test.sh Date: Wed, 19 Dec 2012 19:43:26 -0000 To: hcatalog-commits@incubator.apache.org From: travis@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121219194326.2FE5723888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: travis Date: Wed Dec 19 19:43:25 2012 New Revision: 1424057 URL: http://svn.apache.org/viewvc?rev=1424057&view=rev Log: HCATALOG-564 test.sh should let users specify the ant version Modified: incubator/hcatalog/trunk/CHANGES.txt incubator/hcatalog/trunk/build-support/scripts/test.sh Modified: incubator/hcatalog/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1424057&r1=1424056&r2=1424057&view=diff ============================================================================== --- incubator/hcatalog/trunk/CHANGES.txt (original) +++ incubator/hcatalog/trunk/CHANGES.txt Wed Dec 19 19:43:25 2012 @@ -44,6 +44,8 @@ Trunk (unreleased changes) HCAT-427 Document storage-based authorization (lefty via gates) IMPROVEMENTS + HCAT-564 test.sh should let users specify the ant version (traviscrawford) + HCAT-527 InputJobInfo should not be public (traviscrawford) HCAT-560 HCatClient should support addition of new columns to a Table.(mithunr via avandana) Modified: incubator/hcatalog/trunk/build-support/scripts/test.sh URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build-support/scripts/test.sh?rev=1424057&r1=1424056&r2=1424057&view=diff ============================================================================== --- incubator/hcatalog/trunk/build-support/scripts/test.sh (original) +++ incubator/hcatalog/trunk/build-support/scripts/test.sh Wed Dec 19 19:43:25 2012 @@ -3,6 +3,9 @@ # Run HCatalog tests. This script intends to centralize the different commands # and options necessary to build and test HCatalog. It should be run before # committing patches, and from CI. +# +# Set ANT_HOME to specify the version of ant to build with +# (feature of "ant" shell script, not implemented here). function run_cmd() { echo "Running command: ${cmd}" @@ -40,4 +43,3 @@ if [ "${HUDSON_URL}" == "https://builds. cmd="${cmd} mvn-deploy" fi run_cmd -