Sean Busbey created HADOOP-11913: ------------------------------------ Summary: update test-patch to do a single git fetch and a single rebase the test branch Key: HADOOP-11913 URL: https://issues.apache.org/jira/browse/HADOOP-11913 Project: Hadoop Common Issue Type: Improvement Reporter: Sean Busbey Priority: Minor
Right now getting to the current branch for testing involves * force checkout to default * pull --rebase to get updated remote refs as a side effect * changing to test branch * final pull --rebase to to move the test branch to the remote head simplify / clean things up to use a fetch to grab all refs and then do a rebase once we know what branch we're supposed to be on. -- This message was sent by Atlassian JIRA (v6.3.4#6332)