[ 
https://issues.apache.org/jira/browse/HADOOP-11911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526172#comment-14526172
 ] 

Allen Wittenauer commented on HADOOP-11911:
-------------------------------------------

FWIW, my normal test universe these days it to have two clones of Apache's 
repo: one named test and one named work.  The former is used for test-patch and 
the latter is where I'm doing things.  Then in the parent of those two 
directories, I have a simple script:

{code}
$#/bin/bash
export BUILD_URL=https://builds.apache.org/job/PreCommit-HADOOP-Build/fake/
work/dev-support/test-patch.sh --basedir=test $@
{code}

Then I can pass --resetrepo (or --dirty-workspace if I'm testing two patches 
together) as needed.

> test-patch should allow configuration of default branch
> -------------------------------------------------------
>
>                 Key: HADOOP-11911
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11911
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Minor
>         Attachments: HADOOP-11911.1.patch, HADOOP-11911.2.patch
>
>
> right now test-patch.sh forces a default branch of 'trunk'. would be better 
> to allow it to be configurable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to