Andrey Stepachev created HBASE-13039:
----------------------------------------
Summary: Add patchprocess/* to .gitignore to fix builds of branches
Key: HBASE-13039
URL: https://issues.apache.org/jira/browse/HBASE-13039
Project: HBase
Issue Type: Bug
Components: build
Reporter: Andrey Stepachev
Can't build patches for other branches then master. It seems that git is unable
to checkout repo due of unracked files
https://builds.apache.org/job/PreCommit-HBASE-Build/12824//console
{code}
======================================================================
======================================================================
Testing patch on branch branch-1.
======================================================================
======================================================================
git checkout branch-1
Previous HEAD position was 7561ae6... HBASE-12867 Add ability to specify custom
replication endpoint to add_peer
Switched to branch 'branch-1'
Your branch is behind 'origin/branch-1' by 52 commits, and can be
fast-forwarded.
(use "git pull" to update your local branch)
git status
On branch branch-1
Your branch is behind 'origin/branch-1' by 52 commits, and can be
fast-forwarded.
(use "git pull" to update your local branch)
Untracked files:
(use "git add <file>..." to include in what will be committed)
patchprocess/
nothing added to commit but untracked files present (use "git add" to track)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)