You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Misty Stanley-Jones (JIRA)" <ji...@apache.org> on 2015/11/06 01:12:27 UTC

[jira] [Created] (HBASE-14776) Rewrite smart-patch.sh to use 'git am' or 'git apply' rather than 'patch'

Misty Stanley-Jones created HBASE-14776:
-------------------------------------------

             Summary: Rewrite smart-patch.sh to use 'git am' or 'git apply' rather than 'patch'
                 Key: HBASE-14776
                 URL: https://issues.apache.org/jira/browse/HBASE-14776
             Project: HBase
          Issue Type: Bug
          Components: scripts
    Affects Versions: 2.0.0
            Reporter: Misty Stanley-Jones
            Assignee: Misty Stanley-Jones
             Fix For: 2.0.0


We require patches to be created using 'git format-patch' or 'git diff', so patches should be tested using 'git am' or 'git apply', not 'patch -pX'. This causes false errors in the Jenkins patch tester.



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