Project

General

Profile

Actions

HOWTO start backporting a stable release » History » Revision 1

Revision 1/11 | Next »
Loïc Dachary, 03/26/2015 10:06 AM


Introduction

When backporting starts, a branch named after the release (for instance firefly) already exists.

Add a new release in redmine

Add a new integration branch in git

For instance firefly-backports

  • release=firefly
  • git checkout -b $release-backports $release
  • git push ceph $release-backports

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