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