Project

General

Profile

Actions

HOWTO » History » Revision 1

Revision 1/187 | Next »
Loïc Dachary, 03/19/2015 02:08 PM


HOWTO backport

Based on what would be done for the Giant branch

Update the inventory

Backport issues

The helper snippet at http://workbench.dachary.org/dachary/ceph-workbench/issues/3 can be used to semi automate the process below

Collect pending pull requests

The snippet at http://workbench.dachary.org/dachary/ceph-workbench/issues/4 can help

  • create a giant-backport branch
  • fetch all pull requests from github
  • git merge all pull requests
  • 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)
  • compile with ./autogen.sh ; ./configure ; make -j4
  • modify the pull requests individually to fix compilation errors

Updated by Loïc Dachary about 9 years ago · 1 revisions