Project

General

Profile

HOWTO populate the integration branch » History » Version 1

Loïc Dachary, 03/26/2015 09:31 AM

1 1 Loïc Dachary
h3. Collect pending pull requests into an integration branch
2
3
The snippet at http://workbench.dachary.org/dachary/ceph-workbench/issues/4 can help
4
5
* create a giant-backport branch
6
* fetch all pull requests from github
7
* git merge all pull requests
8
* modify the pull requests individually to fix merge conflicts (i.e. they must merge cleanly, which may involving aggregating two pull requests into a single one designed to properly resolve the conflict)
9
* compile with ./autogen.sh ; ./configure ; make -j4
10
* modify the pull requests individually to fix compilation errors