You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2011/08/11 19:15:27 UTC

[jira] [Resolved] (HADOOP-7295) Create a test-patch script for Hudson

     [ 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