Project

General

Profile

HOWTO backport commits » History » Version 1

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

1 1 Loïc Dachary
h3. Backport issues
2
3
The helper snippet at http://workbench.dachary.org/dachary/ceph-workbench/issues/3 can be used to semi automate the process below
4
5
* For each entry at http://workbench.dachary.org/ceph/ceph-backports/wikis/giant#issues-that-need-backporting
6
* git cherry-pick -x the commits from the pull request that was targettig master (not from the pull requests targeting stable branches)
7
* create a pull request with the backport with a reference to the issue and set the milestone to giant
8
* add a reference to the pull request in the issue
9
* if the make check bot finds a problem, fix it