Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4859D7C75 for ; Thu, 11 Aug 2011 17:15:52 +0000 (UTC) Received: (qmail 16904 invoked by uid 500); 11 Aug 2011 17:15:52 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 16839 invoked by uid 500); 11 Aug 2011 17:15:51 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 16820 invoked by uid 99); 11 Aug 2011 17:15:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 17:15:51 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 17:15:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5E556B78AB for ; Thu, 11 Aug 2011 17:15:27 +0000 (UTC) Date: Thu, 11 Aug 2011 17:15:27 +0000 (UTC) From: "Eli Collins (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1981175434.28490.1313082927383.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1229022541.16370.1305575207445.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HADOOP-7295) Create a test-patch script for Hudson MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7295. --------------------------------- Resolution: Fixed NA post mavenization > Create a test-patch script for Hudson > ------------------------------------- > > Key: HADOOP-7295 > URL: https://issues.apache.org/jira/browse/HADOOP-7295 > Project: Hadoop Common > Issue Type: Task > Reporter: Eli Collins > > We should create a script that Hudson uses to execute test-patch that is in source control so modifications to test-patch.sh arguments can be done w/o updating Hudson. > The script would execute the following, and take just the password as an argument. > {noformat} > ${ANT_HOME}/bin/ant \ > -Dpatch.file=foobar \ > -Dscratch.dir=${WORKSPACE}/patchprocess \ > -Dsupport.dir=/homes/hudson/buildSupport \ > -Dps.cmd=/bin/ps \ > -Dwget.cmd=/usr/bin/wget \ > -Djiracli.cmd=/homes/hudson/tools/jiracli-1.5/jira \ > -Dsvn.cmd=/usr/bin/svn \ > -Dgrep.cmd=/bin/grep \ > -Dpatch.cmd=/usr/bin/patch \ > -Dfindbugs.home=/homes/hudson/tools/findbugs/latest \ > -Dforrest.home=/homes/hudson/tools/forrest/latest \ > -Declipse.home=/homes/hudson/tools/eclipse/latest \ > -Dpython.home=/homes/hudson/tools/python/latest \ > -Djira.passwd=******** \ > -Dcurl.cmd=/usr/bin/curl \ > -Ddefect=HADOOP-${ISSUE_NUM} \ > hudson-test-patch > {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira